AML & blacklisting
Enquiring about name, ID number, and birthdate to check if they are among sanction lists & adding new customized blacklist as per need
Enquire by name, NID, and birthdate
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"matched": <boolean>,
"idNumberMatched": <boolean>,
"dateOfBirthMatched": <boolean>,
"fullNameAppliedThreshold": <float>,
"output": {
"AML_matched": false,
"data": []
}
}
```Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated