The most recent content from our members.
Hi all, will be using the world check one API to help with an onboarding process we are building. Our compliance team already uses Refinitiv UI and our new implementation will be a hybrid approach whereby we will use the API to create a screening case use manual Screening match resolution on the UI. The problem we have is…
Hi Team I hope you're doing well. I have a question about the API endpoint cases/{{case-system-id}}?aggregatedSummary=true. Upon activating the parameter ?aggregatedSummary=true, I understand that we receive a comprehensive summary of results including metrics such as TotalMatches, Unresolved, and MandatoryActions.…
Hi team, I have a requirement to fetch case details by case ID. Initially, I successfully received a response using cases/{caseId} via C# httpClient. However, I also require the aggregated summary. According to the documentation and Postman collection, I attempted to pass cases/"+ caseId + "?aggregatedSummary=true, but…
Cases that appear as "false" in World-Check GUI, I want to identify them in the response of https://developers.lseg.com/content/dam/devportal/en_us/product-docs/wc1-api/documentation/v2/schema-reference/wc1-api-schema-reference-documentation.html#tag/zfs/operation/screen. ->…
In the documentation we can see that it is possible to use the endpoint to do a partial update given a caseSystemId, this endpoint allows us to send an empty body and the parameter screen=SYNC, which will execute a re-screning synchronously without doing a updating the fields. The result of this endpoint is similar to…
How to pass address (country/state/city/street ) when creating a screening case for organization?
I'm near to finishing the implementation of the world check integration, my question is: let's suppose I search and create a case looking for a company called 'ABC', inside this case we have 5 records, but I flag all as false/negative matches because it is not who I'm looking for; is there any internal job in world check…
I can call any GET method on the Refinitiv World Check API and everything is signed and works okay but when I try to POST a Case, I get a 401 error. It works fine from Postman using my key and secret but my C# code doesn't. I have tried replacing the JSON content just with "{}" but it seems to be the authorisation failing…
... results I have a use case where I would like to screen a user and return the results including a case Id which can later be used to resolve the results and the API can again query to get details of the sanctions screening. From the documentation, there seem to be multiple APIs and I would to know which to use that can…
Is caseSystemId constant for same case? or does it changes like case id?
It looks like you're new here. Sign in or register to get started.