Sanctions
The APIs allows verifiers to build an in-app experience.
The following APIs allows to verify the AML status - PEP, Sanctions and of the user. We recommend to use this only for verified individuals.
AML
POST
https://<server_address>/api/aml
For all individual AML verifications entity_type = person.
Replace <server_address>
with the respective environment URL from the Onboarding handbook.
Headers
Name
Type
Description
Authorization*
String
Bearer <token>
Request Body
Name
Type
Description
entity_type*
String
person
name*
String
full name of the person
dob*
String
date of birth ex:31-05-1990
Last updated