PaysafeCash Customer Takeover Document
id_numberstring
Document identification number.
Possible values: <= 80 characters
Example:
8010369012345typestring
Document type.
Possible values: [PASSPORT, ID_CARD, RESIDENCE_CARD, DRIVING_LICENSE]
Example:
PASSPORTissuing_authoritystring
Authority that issued the document.
Possible values: <= 80 characters
Example:
Passport Service Parisdate_of_issuancestring<date>
Document issuance date in ISO 8601 format (YYYY-MM-DD).
Example:
2010-12-31date_of_expirystring<date>
Document expiry date in ISO 8601 format (YYYY-MM-DD).
Example:
2030-12-31PaysafeCash Customer Takeover Document
{
"id_number": "8010369012345",
"type": "PASSPORT",
"issuing_authority": "Passport Service Paris",
"date_of_issuance": "2010-12-31",
"date_of_expiry": "2030-12-31"
}