Skip to main content

CustomerDataPayloadResponseDto

countrystringrequired

Customer's country ISO Code

documentTypestringrequired

Customer's document type

Possible values: [alien-id, health-card, id-card, id-book, passport, driving-license, resident-id, seaman-id, social-id, travel-docs, voting-card, ke-kra-pin, ke-army-id, zm-tpin]

firstNamestringrequired

Customer's first name

lastNamestringrequired

Customer's last name

customerIdstring

Customer's optional identifying key

additionalProperties objectrequired

Anything related to the specific document type

property name*any

Anything related to the specific document type

CustomerDataPayloadResponseDto
{
"country": "string",
"documentType": "alien-id",
"firstName": "string",
"lastName": "string",
"customerId": "string",
"additionalProperties": {}
}