Skip to main content

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.1
first_namestring

Customer first name.

Example: xApuEWppcYCptzoRnykkNuKznx
last_namestring

Customer last name.

Example: DbHILeEKPCRTCFuGbHKByYtbCm
emailstring<email>

Customer email address.

Example: psc.mypins+TEST_MOXSMYkqkkwWDH@gmail.com
agestringnullable

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"
}