Business AML Check
Use this check to verify whether a business is sanctioned and listed on international watchlists.
This API can be used to verify whether a business is listed in any watchlists from across the world such as:
- OFAC, SDN, Interpol, FBI etc.
- Criminal lists, Most Wanted lists from different countries.
- Adverse Media(Bad press) matches.
Request:
{
"template_id" : "{{YOUR_TEMPLATE_ID}}",
"business_data": {
"name": "Test Inc.",
"country_code": "2 letter Country Code - Optional",
}
}
Updated over 1 year ago