Request
[POST]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | public secret key |
Body parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| entity_name | string | Business Name, e.g Belinda Gates Foundation | required |
| match_score | integer | Name Match Scores ranges from 0% to 100 %, which determine the accuracy of the match result | required |
Sample response
Response
AML Categories
adverse_media, sanction, warning, PEPEnhanced Match Scoring Logic
The system will prioritize search results as follows:- Sanctions over other AML types
- Exact name match over inexact name match
- Date of Birth (DOB) match over no DOB match
- Country match over no country match over country mismatch
Sanctions
- 1.1 - Fuzzy match with country mismatch
- 1.2 - Fuzzy match
- 1.3 - Fuzzy match with country match
- 1.4 - Fuzzy match with YOB match
- 1.5 - Fuzzy match with YOB and country match
- 1.6 - Exact match with country mismatch
- 1.7 - Exact match
- 1.8 - Exact match with country match
- 1.9 - Exact match with YOB match
- 2.0 - Exact match with YOB and country match
Warnings, PEPs, AMs
- 0.1 - Fuzzy match with country mismatch
- 0.2 - Fuzzy match
- 0.3 - Fuzzy match with country match
- 0.4 - Fuzzy match with YOB match
- 0.5 - Fuzzy match with YOB and country match
- 0.6 - Exact match with country mismatch
- 0.7 - Exact match
- 0.8 - Exact match with country match
- 0.9 - Exact match with YOB match
- 1.0 - Exact match with YOB and country match