GracePeriod
Response returned in case we want to give additional time to the customer to complete the payment. The Payment Request must have included expiration_time_minutes
Object type identifier
PAYMENTUnique identifier of the payment
pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EURUnix timestamp in milliseconds when the payment was created
1781006255231Unix timestamp in milliseconds of the last update
1781006255231ISO 4217 (3 letter ISO currency code)
EURRepresents the current status of the payment.
INITIATEDPayment method type
PAYSAFECARDPayment amount
0.01URL where payment notifications are sent
https://paymentnotification.site/examplecustomer objectrequired
Customer associated with the payment
Merchant customer identifier
TestUser123redirect objectrequired
Redirect URLs and authorization URL for the payment flow
URL where the customer is redirected after successful authorization
https://www.guinbox.com/notes/uC5lKyzh74xURL where the customer is redirected if the customer cancels the payment
https://www.guinbox.com/notes/FP8gU99Wj7uURL where the customer must be redirected to complete the payment manually.
https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=9000001500&mtid=pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EUR&amount=1.00¤cy=EURIdentifier of the submerchant
SUBM1234{
"object": "PAYMENT",
"id": "pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EUR",
"created": 1781006255231,
"updated": 1781006255231,
"currency": "EUR",
"status": "INITIATED",
"type": "PAYSAFECARD",
"amount": 0.01,
"notification_url": "https://paymentnotification.site/example",
"customer": {
"id": "TestUser123"
},
"redirect": {
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u",
"auth_url": "https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=9000001500&mtid=pay_9000001500_jLN9657f9uLNxSbXdhMmndw54N66W8Ea_EUR&amount=1.00¤cy=EUR"
},
"submerchant_id": "SUBM1234"
}