1. Endpoint
POST/AML
2. Authentification
Include the API key in the x-api-key header:x-api-key
3. Request Parameters
Unique ID of the submission.
AML Watch list filtering’s threshold.
4. Request Example
POST/Submission
5. Response
5-1. Success Response
result.json
5-2. Error Response
If an error occurs, the response will include a400
status code with details in the following format:
error.json
5-3. Error Codes
Error Code | Message | Description |
---|---|---|
invalid_payload | Invalid payload | The request payload is invalid. |
missing_parameter | submissionId is required | A required parameter is missing. |
invalid_submissionId | Cannot find submission. | The provided Submission ID is invalid. |
invalid_country | The nationality is invalid: {nationality} | The specified nationality is invalid. |
request_failed | Fail to search AML. | An unknown error occurred during AML search. |
invalid_aml_threshold | Invalid AML Threshold. | When amlThreshold parameter is omitted, or didn’t configure Watch list filtering’s score at Dashboard. |