PaysafeCash Payment Details Customer
idstringnullable
Merchant client identifier.
account_idstringnullable
PaysafeCard account identifier.
ipstring
IPv4 address of the customer.
Returned after the customer has been redirected to the barcode application.
Example:
127.0.0.1first_namestring
Customer first name.
Example:
xApuEWppcYCptzoRnykkNuKznxlast_namestring
Customer last name.
Example:
DbHILeEKPCRTCFuGbHKByYtbCmemailstring<email>
Customer email address.
Example:
psc.mypins+TEST_MOXSMYkqkkwWDH@gmail.comagestringnullable
Customer age.
kyc_levelstringnullable
Customer KYC level.
currencystringnullable
Customer currency.
PaysafeCash Payment Details Customer
{
"id": "string",
"account_id": "string",
"ip": "127.0.0.1",
"first_name": "xApuEWppcYCptzoRnykkNuKznx",
"last_name": "DbHILeEKPCRTCFuGbHKByYtbCm",
"email": "psc.mypins+TEST_MOXSMYkqkkwWDH@gmail.com",
"age": "string",
"kyc_level": "string",
"currency": "string"
}