Watchlist Screening
The Watchlist Screening capability screens users against global and regional sanctions and watchlists, PEPs.
Prerequisite (Optional)
The Creating or Updating Accounts request body may include a WatchlistScreening object that includes a searchProfile. If used this value will override the default value configured in the Watchlist Screening settings. Consult your Jumio Account Manager for additional information.
Example WatchlistScreening Object
"capabilities":{
"watchlistScreening": {
"searchProfile": "abcd1234-xx11-yy22-zz33-a1b2-a1b2c3d4e5f6"
}
}
Dependencies
Watchlist Screening is typically used with the ID or IDIV services. In those situations, the required data is extracted from the uploaded ID credential, which requires these capabiities:
Prepared Data
Watchlist Screening can also be used as a standalone service by providing the following values as Prepared Data:
| Key | Type | Mandatory | Description |
|---|---|---|---|
address.country | string | no | Country should be ISO Alpha 3 Code only. |
dateOfBirth | string | no | Date of birth in YYYY-MM-DD format only. |
firstName | string | Yes | End user's first name. |
lastName | string | Yes | End user's last name. |
Decision Details Labels
| Decision Type | Label | Description |
|---|---|---|
| NOT_EXECUTED | PRECONDITION_NOT_FULFILLED | Required data from another capability is not available. |
| NOT_EXECUTED | TECHNICAL_ERROR | An error prevented execution. |
| NOT_EXECUTED | NOT_ENOUGH_DATA | Not enough data to make a decision. |
| NOT_EXECUTED | VALIDATION_FAILED | Validation failed during processing. |
| NOT_EXECUTED | INVALID_MERCHANT_SETTINGS | Invalid merchant settings detected. |
| NOT_EXECUTED | NO_VALID_ID_CREDENTIAL | No valid ID credential provided. |
| NOT_EXECUTED | EXTRACTION_NOT_DONE | Data extraction was not performed. |
| PASSED | OK | The end user was not found on any watchlists. |
| WARNING | ALERT | The end user was found on one or more watchlists. |
For an overview of how Jumio handles PASSED, WARNING across all capabilities, see How Jumio Handles Results.
Data
| Key | Type | Description |
|---|---|---|
searchDate | string | Timestamp (UTC) of the response. Format: YYYY-MM-DDThh:mm:ss.SSSZ |
searchStatus | string | Possible values: SUCCESS, NOT_DONE, ERROR |
searchId | string | Only if searchStatus = SUCCESS |
searchReference | string | Only if searchStatus = SUCCESS |
searchResultUrl | string | Only if searchStatus = SUCCESS |
searchResults | integer | Only if searchStatus = SUCCESS |