AssociationPaymentConsent
Initiates a request to obtain the customer’s consent for future merchant‑initiated payments.
currencystringrequired
ISO 4217 (3 letter ISO currency code)
Example:
EURcustomer objectrequired
Customer associated with the transaction and future merchant-initated payments
idstringrequired
Merchant customer identifier
Example:
TestUser123success_urlstring<uri>required
URL where the customer is redirected after successfully giving the consent
Example:
https://www.guinbox.com/notes/uC5lKyzh74xfailure_urlstring<uri>required
URL where the customer is redirected if the customer cancels the transactions.
Example:
https://www.guinbox.com/notes/FP8gU99Wj7uAssociationPaymentConsent
{
"currency": "EUR",
"customer": {
"id": "TestUser123"
},
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u"
}