latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Connectivity v2.Authorization
BETA

Relayed callback for redirect flows

Send url-decoded callback information from an ASPSP.

post/connectivity/v2/authorizations:relay-callback

Request body

parametersobject

The post parameters from the received callback from the ASPSP. Contains the parameters necessary for the integration to continue the communication with the ASPSP.

statestring required

The state from the received callback from the ASPSP. Used by Tink to connect the incoming callback to the correct session.

Example request

{
  "parameters": {
    "parameter1": "value1",
    "parameter2": "value2",
    "parameterN": "valueN"
  },
  "state": "aG93IHNuZWFreSBvZiB5b3UgdG8gZGVjb2RlIGV4YW1wbGUgc3RhdGU="
}

Response

Callback information submitted.