Verifying applicant identity data
Verify identity data against government and commercial data sources.
With database verification, you only need to use this endpoint. Applicants are created and submitted for processing automatically. A lot of the data below is optional, but the match accuracy is increased when more data is provided.
Make sure you pass the correct sourceCountry
when calling this endpoint. This tells us the relevant data sources to check within the country.
Verify identity data
POST
/api-database-verification
Create the applicant, match and verify the identity data, and request verification.
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
| string | The name of the flow your Account Manager has provided (required) |
| string | The applicant's email address (optional) |
| string | The applicant's phone number (optional) |
| string | The applicant's first name (required) |
| string | The applicant's middle name (optional) |
| string | The applicant's last name (required) |
| string | The applicant's date of birth, formatted as YYYY-MM-DD (optional) |
| string | The applicant's document number (optional) |
| string | The applicant's country, used to check relevant sources, formatted in alpha-3 (required) |
| string | The applicant's street number and name (optional) |
| string | The applicant's town or city (optional) |
| string | The applicant's state or territory (optional) |
| string | The applicant's postcode (optional) |
| string | The applicant's address country, formatted in alpha-3 (optional) |
Use ISO 3166-1 A3 format for sourceCountry
and country.
See here for country codes.
Request
Response
Last updated