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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
40 1 1 3

API cases not being screened against Custom watchlist

Hello,

While testing the watchlist screening we have found that the cases are not being screened against the custom watchlist. We have already created the watchlist, uploaded data to it and enabled it as a source on the group. But we screen a case only “WorldCheck” shows up in the list. One of our latest cases:

JSON submitted to WC1:

{

"groupId": "5nzbfkdmfcqy1fc607p4z0caa",

"entityType": "INDIVIDUAL",

"name": "Elie Gebril Farah",

"providerTypes": ["WATCHLIST"],

"secondaryFields": [{

"typeId": "SFCT_1",

"value": "MALE"

}, {

"typeId": "SFCT_2",

"dateTimeValue": "1980-01-01"

}, {

"typeId": "SFCT_3",

"value": "LBN"

}, {

"typeId": "SFCT_5",

"value": "LBN"

}

]

}

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.

1 Answer

· Write an Answer
Upvotes
Accepted
1.3k 4 1 2

@s.doueihy


Please use CLIENT_WATCHLIST as the provider type along with WATCHLIST, so the provider type would look like below in your request payload.


"providerTypes": ["WATCHLIST", "CLIENT_WATCHLIST"],

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.