Payment Response
Type of returned object.
Possible values: [PAYMENT]
PAYMENTUnique ID of this payment.
pay_1100000000_v2Pa0tDn0tr1CppVkSQ0yjY77eVOO5Pl_USDUnix timestamp in milliseconds when the payment was created.
1607074107062Unix timestamp in milliseconds of the last update.
1607074107062ISO 4217 - 3 letter ISO currency code.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
USDCurrent status of the payment.
INITIATEDType of the product.
Possible values: [PAYSAFECARD]
PAYSAFECARDredirect object
URL to redirect to after successful authorization.
The placeholder {payment_id} in the URL is replaced with the
actual ID of this payment.
https://notification.com/{payment_id}URL to redirect to after the customer clicked on cancel.
The placeholder {payment_id} in the URL is replaced with the
actual ID of this payment.
https://notification.com/{payment_id}URL the customer must be redirected to in order to authorize the payment. Returned in the payment response.
https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=1100000000&mtid=pay_1100000000_v2Pa0tDn0tr1CppVkSQ0yjY77eVOO5Pl_USD&amount=1.00¤cy=USDcustomer object
Unique customer identifier provided by the merchant.
test_devPayment amount.
1Notification URL of this payment.
https://9fc7622ff6a8995a8919be9c134d39a5.m.pipedream.net{
"object": "PAYMENT",
"id": "pay_1100000000_v2Pa0tDn0tr1CppVkSQ0yjY77eVOO5Pl_USD",
"created": 1607074107062,
"updated": 1607074107062,
"currency": "USD",
"status": "INITIATED",
"type": "PAYSAFECARD",
"redirect": {
"success_url": "https://notification.com/{payment_id}",
"failure_url": "https://notification.com/{payment_id}",
"auth_url": "https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=1100000000&mtid=pay_1100000000_v2Pa0tDn0tr1CppVkSQ0yjY77eVOO5Pl_USD&amount=1.00¤cy=USD"
},
"customer": {
"id": "test_dev"
},
"amount": 1,
"notification_url": "https://9fc7622ff6a8995a8919be9c134d39a5.m.pipedream.net"
}