Skip to main content

PaysafeCash Customer Takeover Document

id_numberstring

Document identification number.

Possible values: <= 80 characters

Example: 8010369012345
typestring

Document type.

Possible values: [PASSPORT, ID_CARD, RESIDENCE_CARD, DRIVING_LICENSE]

Example: PASSPORT
issuing_authoritystring

Authority that issued the document.

Possible values: <= 80 characters

Example: Passport Service Paris
date_of_issuancestring<date>

Document issuance date in ISO 8601 format (YYYY-MM-DD).

Example: 2010-12-31
date_of_expirystring<date>

Document expiry date in ISO 8601 format (YYYY-MM-DD).

Example: 2030-12-31
PaysafeCash 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"
}