Run AML check

Runs a new AML check.

Overview

Use this method to run a new AML check.

You can take advantage of this method to recheck the applicant and to continue with the ongoing AML monitoring (provided the ongoing monitoring is enabled in the settings).

📘

Note

You will be charged an additional fee to run AML checks. Contact us to learn more.

Request example

curl -X POST \
     'https://api.sumsub.com/resources/applicants/665eb6ad9cd0f6640b860379/recheck/aml' \

Response explained

If the request is successfully sent and processed, you will get the following response:

{
  "ok": 1
}

If the request fails, you will receive an HTTP response containing an error code along with a message explaining the error.

For example:

{
  "description": "Request signature mismatch",
  "code": 401,
  "correlationId": "a84e297715e56b57fa9ff9a6cc68d341",
  "errorCode": 4003,
  "errorName": "app-token-signature mismatch"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!