This section contains an explanation of the schema for passing customer data
Property | Type | Description |
---|---|---|
title | Title | Title of the individual |
firstName | FirstName | Given name of the individual |
middleNames | MiddleNames | Any additional registered names |
lastNames | LastNames | Family names of the individual |
lastNamesAtBirth | LastNames | Family names at birth |
aliases | array of NamesObject | Alternative names used by the person |
relatedPersons | array of RelatedPerson | Related persons with relationship type |
dateOfBirth | Date | Birth date of the individual |
gender | Gender | Gender of the individual |
currentAddress | Address | Current residence of the individual |
previousAddresses | array of PreviousAddress | Past residences with date range |
placeOfBirth | Address | Birthplace of the individual |
idNumbers | array of IdNumbers | Identification numbers |
phones | array of Phones | Contact numbers |
emails | array of Emails | Email addresses |
socials | array of Socials | Social media accounts |
Property | Type | Description |
---|---|---|
relationship | string | Relationship type (e.g., "mother" , "father" , "maternalGrandFather" , etc.) |
title | Title | Title of the related person |
firstName | FirstName | Given name of the related person |
middleNames | MiddleNames | Additional registered names of the related person |
lastNames | LastNames | Family names of the related person |
lastNamesAtBirth | LastNames | Family names at birth of the related person |
Property | Type | Description |
---|---|---|
address | Address | Address object |
dateRange | DateRange | Date range object specifying the duration of residence |
Property | Type | Description | Example |
---|---|---|---|
type | string | Type of phone (landline, mobile, fax, etc.) | "mobile" |
number | string | Phone number in international format | "+44 207 4281250" |
Property | Type | Description | Example |
---|---|---|---|
type | string | Type of ID (e.g., SSN) | "SSN" |
idNumber | string | The ID number itself | "AAA-GG-SSSS" |
Property | Type | Description | Example |
---|---|---|---|
type | string | Type of email (home, work, etc.) | "home" |
string | Email address | "person.name@domain.com" |
Property | Type | Description | Example |
---|---|---|---|
lines | array of strings | Address in multiple lines | ["128 Queen Victoria Street", "London"] |
addressString | string | Address in a single line | "128 Queen Victoria Street, London, EC4V 4BJ, GBR" |
premise | string | Building number | "128" |
thoroughfare | string | Street name | "Queen Victoria Street" |
locality | string | City or town | "London" |
postalCode | string | Postal or ZIP code | "EC4V 4BJ" |
country | string | ISO2 or ISO3 country code | "GBR" |
organization | string | Associated company or organization | "GB Group" |
Property | Type | Description | Example |
---|---|---|---|
title | string | Honorific title (Mr, Mrs, Dr, etc.) | "Mr" |
Property | Type | Description | Example |
---|---|---|---|
firstName | string | Given name of the person | "David" |
Property | Type | Description | Example |
---|---|---|---|
middleNames | array of strings | Additional registered names | ["James"] |
Property | Type | Description | Example |
---|---|---|---|
lastNames | array of strings | Family names | ["Jones"] |
Property | Type | Description | Example |
---|---|---|---|
title | string | Title of the individual | "Mr" |
firstName | string | Given name | "David" |
middleNames | array of strings | Additional registered names | ["James"] |
lastNames | array of strings | Family names | ["Jones"] |
lastNamesAtBirth | array of strings | Family names at birth | ["Smith"] |
Property | Type | Description | Example |
---|---|---|---|
gender | string | Gender of the individual | "Male" |
Property | Type | Format | Pattern | |
---|---|---|---|---|
DateTime | string | date-time | `^\d4-\d2-\d2T\d2:\d2:\d2(([+-]\d2:\d2) | Z)$` |
Property | Type | Description |
---|---|---|
start | DateTime | Start timestamp |
end | DateTime | End timestamp |
Property | Type | Description |
---|---|---|
Date | string | Specified in year, month, and day separated by - (ISO 8601 format) |
Property | Type | Description |
---|---|---|
fromDate | Date | Start date |
toDate | Date | End date |
Property | Type | Description |
---|---|---|
latitude | string | Latitude of the location |
longitude | string | Longitude of the location |
geoAccuracy | string | Accuracy of the geolocation data |
what3words | string | A What3Words designation with . separator |
Property | Type | Description |
---|---|---|
status | int | The HTTP status code, for example, 404 |
message | string | A human-readable message giving more detail about the error |
error | string | message describing the error for troubleshooting purposes |
Property | Type | Description |
---|---|---|
id | string | Unique identifier for the identity document |
device | CaptureDeviceInfo | Information about the device used for document capture |
side1Image | string | Image of the front side of the document |
side2Image | string | Image of the back side of the document |
mrz | string | Machine-readable zone (MRZ) extracted from the document |
classification | DocumentClassificationInfoV1 | Classification details of the document |
extraction | DocumentExtractionInfoV1 | Extracted information from the document |
validation | DocumentValidationInfoV1 | Validation details of the document |
category | string | General category of the document (e.g., passport, ID card) |
type | string | Specific type of document |
subType | string | Sub-type of the document |
format | string | Format of the document |
number | string | Unique identification number on the document |
issueDate | string (date) | Date when the document was issued |
expiryDate | string (date) | Date when the document expires |
subject | Identity | Personal details of the document holder |
country | Country | Country of issuance (ISO 3166-1 alpha-2 country code) |
Property | Type | Description |
---|---|---|
Country | string | ISO 3166-1 alpha-2 country code |
Property | Type | Description |
---|---|---|
firstName | string | Given name of the individual |
lastName | string | Family name of the individual |
dateOfBirth | string (date) | Date of birth in YYYY-MM-DD format |
gender | string | Gender of the individual |
nationality | string | Nationality (ISO 3166-1 alpha-2 country code) |
Property | Type | Description |
---|---|---|
id | string (nullable) | Unique identifier for the biometric capture |
faceImage | Base64StringOrImageId | Face image in Base64 format or an image ID reference |
Property | Type | Description |
---|---|---|
id | string (nullable) | Unique identifier for the biometric comparison |
face1Image | Base64StringOrImageId | First face image in Base64 format or an image ID reference |
face2Image | Base64StringOrImageId | Second face image in Base64 format or an image ID reference |