For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
32 2 3 8

what api method is used for evaluating

we wish to run a check on individual or organization and get back a risk level or any other result that can tell us if that individual or organization is ok or not.

what api method can fit for our needs?

world-checkworld-check-one
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@meirr, thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text beneath the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

Upvotes
Accepted
4.2k 8 5 6
@meirr

To run a check on individual (in WC term screening), you can use the API call "SEQ-screen-sync-individual: Perform Synchronous Screening: Individual". This API call will return the list of matches by comparing the individual name that was passed in the API call to the data objects in our DB.

To run a check on organization (in WC term screening), you can use the API call "SEQ-screen-sync-organisation: Perform Synchronous Screening: Organization". This API call will return the list of matches by comparing the organization name that was passed in the API call to the data objects in our DB.

The above API method is called "World-Check One API sync Screening". This saves a case, screens a case and then returns the JSON results in the same API call.

You can find the complete steps on how to sync screen an entity (Individual/Organisation) by clicking the link below:

https://developers.refinitiv.com/customer-and-third-party-screening/world-check-one-api/quick-start?content=54647&type=quick_start

There is another way to screen (run a check) on entities. This method is called "World Check async screening". As the name suggests, this is an asynchronous screening.

Please find the complete steps on async screening below:

https://developers.refinitiv.com/customer-and-third-party-screening/world-check-one-api/quick-start?content=45260&type=quick_start

You can choose any one of the method that suits your use case.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
32 2 3 8

thank you for answering.

i already know those methods, my question is if you have another method that is used to evaluate an individual or organization and return me an overall answer if the individual/organization is good or has bad records

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.2k 8 5 6

@meirr

Thank you for the clarification!

No, we do not evaluate the entity being screened and provide an overall answer. We only provide the data in form of matches so that the client can themselves evaluate it and make an informed decision making whether to approve or blacklist their users.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.