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"

}

]

}

Best Answer

  • Mehran Khan
    Answer ✓

    @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"],