Skip to main content

AssociationPaymentConsent

Initiates a request to obtain the customer’s consent for future merchant‑initiated payments.

currencystringrequired

ISO 4217 (3 letter ISO currency code)

Example: EUR
customer objectrequired

Customer associated with the transaction and future merchant-initated payments

idstringrequired

Merchant customer identifier

Example: TestUser123
success_urlstring<uri>required

URL where the customer is redirected after successfully giving the consent

Example: https://www.guinbox.com/notes/uC5lKyzh74x
failure_urlstring<uri>required

URL where the customer is redirected if the customer cancels the transactions.

Example: https://www.guinbox.com/notes/FP8gU99Wj7u
AssociationPaymentConsent
{
"currency": "EUR",
"customer": {
"id": "TestUser123"
},
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u"
}