Skip to main content

Customer Takeover Data


To make the user experience as flawless as possible, a new feature is introduced.

Using the "Customer Takeover Data" feature, the business partner sends customer data, full name and Date of birth to PaysafeCash in the initiate payment call, so the registration form in the barcode application is prefilled.


Customer consent page If this feature is used the business partner is obligated to request the consent from the customer before the data are sent to PaysafeCash.

  • The customer has to confirm actively via a checkbox or similar consent mechanism.

  • In case the customer does not give consent, the transaction must be created without any customer data.

  • The consent page of must contain a clear wording to request the customers consent and make clear that the data are sent to Paysafe.

Example:
For registration at PaysafeCash, <MERCHANT NAME> will share the following personal data with Paysafe:
> Name
> Address
> Phone-number
> E-mail
> Date of birth

##Additional Information

Important PaysafeCash does not store the above data. It is solely used to make the customer registration easier. The data is only accessible if the transaction is in an open status and it is dropped afterwards.

  • If a middle name is to be sent during the data exchange, the business partner must combine the customer middle name with the first_name parameter.

  • It is crucial that the international calling code of the phone number and the country is matching. Otherwise, the number is dropped and not prefilled in the registration form.

  • The date format of the date of birth must be YYYY-MM-DD.

  • The parameter must be sent within the customer_takeover_data array in the initiate payment call.

`customer_takeover_data`
{
`first_name`: `Max Moriz`
`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`
}