Skip to main content

AssociationPaymentConsentResponse

Parameters returned in a successful response to a consent request on assiciation endpoint

request_idstringrequired

Transaction/Request identification. Important for investigations in case something goes wrong.

Example: jvK8HvgpRtUGVEuU4ItG
association_idstringrequired

Association ID used afterwards to retrieve the payment token

Example: spi_pH95niNWKOgeM4CStgGbXtaoPO
association_urlstring<uri>required

URL to which the customer must be redirected to login and give its consent

AssociationPaymentConsentResponse
{
"request_id": "jvK8HvgpRtUGVEuU4ItG",
"association_id": "spi_pH95niNWKOgeM4CStgGbXtaoPO",
"association_url": "string"
}