AML API
Check PEP, sanctions, and high-risk names list to counter fincrime all in one place using SEON. Maintain anti-money laundering compliance easily by turning on automatic monitoring.
Good to know:
- Enter a customer's full name, add a country and date of birth to your search term to enhance search results.
- If you'd like to enable automatic monitoring for a name set
monitoring_required
totrue
in your request. - When sending data through an API integration, you have the option to adjust fuzzy search settings if necessary. However, please exercise caution as these settings can significantly increase the number of both false positives and false negatives experienced by your team. In most cases, it is recommended to use the default settings for optimal performance.
- AML screening is not fully automated, we recommend reviewing potential matches manually.
- All SEON API requests are case-sensitive. Please follow the formatting below to avoid errors.
Request
Attributes | Type | Required | |
---|---|---|---|
config | object | no | |
user_id | string | no | |
user_fullname | string | yes | |
user_firstname | string | no | |
user_middlename | string | no | |
user_lastname | string | no | |
user_dob | date | no | |
user_pob | string | no | |
user_photoid_number | string | no | |
user_country | string | no | |
HTTP Endpoint
PHP
Generic
Generic
Response
JSON attributes | |||
---|---|---|---|
has_crimelist_match | boolean | ||
has_pep_match | boolean | ||
has_watchlist_match | boolean | ||
has_sanction_match | boolean | ||
result_payload | object | ||