Use this API to perform AML (Anti-Money Laundering) screening on an already created Submission.
Include the API key in the x-api-key header:
Unique ID of the submission.
AML Watch list filtering’s threshold.
If an error occurs, the response will include a 400
status code with details in the following format:
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. |
This API enables you to perform AML screening for a specific submission. Refer to the error codes provided to troubleshoot issues effectively.
Use this API to perform AML (Anti-Money Laundering) screening on an already created Submission.
Include the API key in the x-api-key header:
Unique ID of the submission.
AML Watch list filtering’s threshold.
If an error occurs, the response will include a 400
status code with details in the following format:
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. |
This API enables you to perform AML screening for a specific submission. Refer to the error codes provided to troubleshoot issues effectively.