Skip to main content

IdentityDocument

Personal identity document

idstring
customerIdstringrequired

Possible values: <= 20 characters

Example: 5435323362
typestringrequired

Possible values: [PASSPORT, DRIVERS_LICENSE, ID_CARD, GOVERNMENT_NATIONAL_ID]

documentNumberstringrequired
expirationDatedate
countryCodestringrequired

Possible values: >= 2 characters and <= 2 characters

IdentityDocument
{
"id": "string",
"customerId": "5435323362",
"type": "PASSPORT",
"documentNumber": "string",
"expirationDate": "2024-07-29",
"countryCode": "string"
}