Prevent fraudulent Individuals from your platform by screening by via PEP, OFAC, AML, Sanction and Adverse media across 200+ countries and 42800+ databases
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Parameter | Type | Description | Required |
---|---|---|---|
properties.names | string | Full name of the individual, e.g., βNava Gatesβ | required |
properties.gender | string | Gender of the individual, e.g., βmaleβ | optional |
properties.date_of_birth | string | Date of birth in YYYY-MM-DD format | optional |
properties.nationality | string | Nationality of the individual | optional |
screening_options.pep_check | boolean | Perform Politically Exposed Person (PEP) check | optional |
screening_options.sanction | boolean | Perform sanction screening | optional |
screening_options.adverse_media_check | boolean | Perform adverse media check | optional |
screening_options.watchlists | array | Specific watchlists to use; leave empty to use all | optional |
screening_options.match_threshold | number | Match threshold score between 0 and 1, e.g., 0.85 | optional |
schema | string | Screening type: βindividualβ or βorganizationβ | required |
reference_id | string | Optional unique identifier for the screening request | optional |
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Parameter | Type | Description | Required |
---|---|---|---|
first_name | string | First Name, e.g John | required |
middle_name | string | Middle Name, e.g Anon | required |
last_name | string | Last Name, e.g Doe | required |
date_of_birth | string | Date of birth , e.g 1990-08-10 | required |
match_score | integer | Name Match Scores ranges from 0% to 100 %, which determine the accuracy of the match result | required |