PaysafeCash Customer Takeover Data
Customer data sent by the merchant so that the registration form in the barcode application is prefilled.
first_name, last_name, date_of_birth, address1, postcode,
city, country_iso2, phone_number and email make up the basic
Customer Takeover Data feature. The merchant is obliged to obtain the
customer's consent before sending them, and PaysafeCash does not store
this data.
The remaining fields are the KYC and KYB reliance parameters. Send them only when the KYC reliance, KYB reliance or KYB SME reliance feature is used, in which case the basic parameters above become mandatory as well.
Customer first name.
Possible values: <= 80 characters
MaxCustomer last name.
Possible values: <= 80 characters
MustermannCustomer date of birth in ISO 8601 format (YYYY-MM-DD).
1990-12-31Customer address line.
Possible values: <= 105 characters
Musterstrasse 2Customer postal code.
Possible values: <= 10 characters
1234Customer city.
Possible values: <= 80 characters
ViennaTwo-letter ISO 3166-1 country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
ATCustomer phone number including international calling code.
Possible values: <= 19 characters
+43676123456789Customer email address.
Possible values: <= 80 characters
example@test.atdocument object
Document identification number.
Possible values: <= 80 characters
8010369012345Document type.
Possible values: [PASSPORT, ID_CARD, RESIDENCE_CARD, DRIVING_LICENSE]
PASSPORTAuthority that issued the document.
Possible values: <= 80 characters
Passport Service ParisDocument issuance date in ISO 8601 format (YYYY-MM-DD).
2010-12-31Document expiry date in ISO 8601 format (YYYY-MM-DD).
2030-12-31Customer tax identifier. Mandatory in Italy.
Possible values: <= 40 characters
1NTEST01SGxo9HZCustomer place of birth.
Possible values: <= 80 characters
VersailleCustomer KYC level.
Possible values: [SIMPLE, FULL]
FULLKYC or KYB reliance type.
Possible values: <= 21 characters, [KYC_RELIANCE, OPTIONAL_KYC_RELIANCE, KYB_RELIANCE, KYB_SME_RELIANCE]
KYB_SME_RELIANCECustomer IP address.
Possible values: <= 45 characters
127.0.0.1geo_information object
Latitude coordinate.
Possible values: <= 8 characters
48.42111Longitude coordinate.
Possible values: <= 8 characters
16.21466Merchant category code. Required for KYB reliance flows.
Possible values: <= 4 characters
5551{
"first_name": "Max",
"last_name": "Mustermann",
"date_of_birth": "1990-12-31",
"address1": "Musterstrasse 2",
"postcode": "1234",
"city": "Vienna",
"country_iso2": "AT",
"phone_number": "+43676123456789",
"email": "example@test.at",
"document": {
"id_number": "8010369012345",
"type": "PASSPORT",
"issuing_authority": "Passport Service Paris",
"date_of_issuance": "2010-12-31",
"date_of_expiry": "2030-12-31"
},
"tax_id": "1NTEST01SGxo9HZ",
"place_of_birth": "Versaille",
"kyc_level": "FULL",
"kyc_reliance_type": "KYB_SME_RELIANCE",
"ip_address": "127.0.0.1",
"geo_information": {
"lat": "48.42111",
"lng": "16.21466"
},
"mcc": "5551"
}