This end point should be used when the TPP receives a callback directly from the bank after authorization is completed. This endpoint is for both v1 and v2 requests.
The POST /callback/initiation
endpoint processes a bank authorization callback notification. If you're responsible for handling callbacks, the bank will callback to your callbackUrl
provided in the payment initiation, after the user finishes authentication at the bank. Send the query of the bank's callback url to Token.io via the POST /callback/initiation
endpoint to process the payment.
Successful response
The client specified an invalid argument
The authorization information is missing or invalid
Permission to access this endpoint is denied
The requested entity, such as a payment, was not found
Too many requests
An unexpected or internal server error
The operation was not implemented
Service is unavailable
Gateway has timed out
{- "query": "param1=value1¶m2=value2"
}
{- "tokenRequestId": "rq:ej5ACWNwi1EcqBeuDPc4Z8C4Bgc:5zKtXEAq",
- "redirectUrl": "redirect-url",
- "fields": {
- "fields": [
- {
- "description": "User authentication",
- "displayName": "Client ID",
- "flickerCode": "FLICKERCODE",
- "id": "clientId",
- "image": "YWJAeXoyWhAeXohteQ",
- "options": [
- "SMS",
- "Phone call"
], - "type": "PASSWORD"
}
]
}
}