PaysafeCash Payment Details Response
Possible values: [PAYSAFECARD]
PAYSAFECARDUnique payment identifier.
pay_1090001806_7k9XywR0fAbd9FADzAFBsVCabjUAPh96_EURPayment creation timestamp in milliseconds.
1548677808372Payment update timestamp in milliseconds.
1548677808372Payment amount.
9.99Payment currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
EURCurrent payment status.
SUCCESSHolds the status of the payment before it transitioned to
EXPIRED. This is useful to distinguish cases where a
successfully authorized payment has not been captured from cases
where a customer did not authorize the payment at all.
Only returned when the payment is in status EXPIRED.
AUTHORIZEDredirect objectrequired
URL used after successful payment completion.
https://ok.com/{payment_id}URL used after failed or cancelled payment completion.
https://nok.com/{payment_id}URL to which the customer is redirected for authorization.
https://customer.test.at.paysafecard.com/rest/payment/panelURL to be used by PaysafeCash to notify upon authorization has been successfully completed.
https://notification.com/customer objectrequired
Merchant client identifier.
PaysafeCard account identifier.
IPv4 address of the customer.
Returned after the customer has been redirected to the barcode application.
127.0.0.1Customer first name.
xApuEWppcYCptzoRnykkNuKznxCustomer last name.
DbHILeEKPCRTCFuGbHKByYtbCmCustomer email address.
psc.mypins+TEST_MOXSMYkqkkwWDH@gmail.comCustomer age.
Customer KYC level.
Customer currency.
card_details object[]
Details of cards used for the transaction.
Serial number identifying the card.
1453591278Three-letter ISO 4217 card currency.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
EURAmount used from the card.
0.01Five-character code identifying the card type.
00002Two-letter ISO 3166-1 card country code.
Possible values: >= 2 characters and <= 2 characters, Value must match regular expression ^[A-Z]{2}$
AT{
"type": "PAYSAFECARD",
"id": "pay_1090001806_7k9XywR0fAbd9FADzAFBsVCabjUAPh96_EUR",
"created": 1548677808372,
"updated": 1548677808372,
"amount": 9.99,
"currency": "EUR",
"status": "SUCCESS",
"status_before_expiration": "AUTHORIZED",
"redirect": {
"success_url": "https://ok.com/{payment_id}",
"failure_url": "https://nok.com/{payment_id}",
"auth_url": "https://customer.test.at.paysafecard.com/rest/payment/panel"
},
"webhook_url": "https://notification.com/",
"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"
},
"card_details": [
{
"serial": "1453591278",
"currency": "EUR",
"amount": 0.01,
"type": "00002",
"country": "AT"
}
]
}