Skip to main content

VerificationDocumentAttributes

Data extracted from the document via OCR.

firstNamestring

First name as it appears on the provided document.

lastNamestring

Last name as it appears on the provided document.

dobstring

Date of birth in the format YYYY-MM-DD as available on the provided document.

addressLinestring

Address line as it appears on the provided document.

countrystring

Country as it appears on the provided document. Should appear in ISO 3166-1 alpha-3 country code format.

citystring

City as it appears on the provided document.

postalCodestring

Postal code as it appears on the provided document.

issuingCountrystring

Country as it appears on the provided document. Should appear in ISO 3166-1 alpha-3 country code format.

issueDatestring

Issue date in the format YYYY-MM-DD as available on the provided document.

documentExpirystring

Expiry date in the format YYYY-MM-DD as available on the provided document.

subdivisionstring

Subdivision as it appears on the provided document. (Region, State, Province, Emirate, Department, …)

faceMatchboolean

Indicated whether the customer has a face verification matching the document picture.

VerificationDocumentAttributes
{
"firstName": "string",
"lastName": "string",
"dob": "string",
"addressLine": "string",
"country": "string",
"city": "string",
"postalCode": "string",
"issuingCountry": "string",
"issueDate": "string",
"documentExpiry": "string",
"subdivision": "string",
"faceMatch": true
}