latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

ENTERPRISE
Connectivity v1.Credentials

Third-party callback with redirect

Send url-decoded callback information from an ASPSP. This endpoint will return the registered redirect uri as response.

post/api/v1/credentials/third-party/callback/relayed

Request body

parametersobject required

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": "anVzdCBzb21lIHJhbmRvbSBzdGF0ZQo="
}

Response

The callback request was successful.

appUristring

Registered app redirect uri