InitiatePaymentConsentZeroAmount
Payment type
PAYSAFECARDThe amount should be 0 as we do not want to additionally initate a financial transaction. We only need to obtain the customer's consent to be able and initiate automated payments in the future.
0ISO 4217 (3 letter ISO currency code)
EURredirect objectrequired
URLs to redirect after successful completion or cancellation of the transaction.
Customer redirected after giving consent.
https://www.guinbox.com/notes/uC5lKyzh74xCustomer redirected for cancelling the transaction.
https://www.guinbox.com/notes/FP8gU99Wj7uURL to be used by PaysafeCard to notify you once the customer has given the consent.
https://paymentnotification.site/examplecustomer objectrequired
Details and/or restriction for the customer are provided in this object
Merchant customer identifier
TestUser123Submerchant identifier
SUBM1234Identification of the shop which is the originator of the request. This is most likely used by payment service providers who act as a proxy for other payment methods as well.
Shop_ABC{
"type": "PAYSAFECARD",
"amount": 0,
"currency": "EUR",
"redirect": {
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u"
},
"notification_url": "https://paymentnotification.site/example",
"customer": {
"id": "TestUser123"
},
"submerchant_id": "SUBM1234",
"shop_id": "Shop_ABC"
}