v1
latestOpenAPI 3.0.12026-08-0674476716.0 KBRequests - for Payments v1 or AIS
Initiate bank authorization
The POST /token-requests/{tokenRequestId}/authorization endpoint initiates the bank authorization process with a given bank id and token request id.
post/token-requests/{tokenRequestId}/authorization
Path parameters
tokenRequestIdstring required
Example:rq:ej5ACWNwi1EcqBeuDPc4Z8C4Bgc:5zKtXEAq
The token request id received in response to the original token request.
Request body
Response
Successful response
Example response
{
"fields": {
"fields": [
{
"description": "User authentication",
"displayName": "Client ID",
"flickerCode": "FLICKERCODE",
"id": "clientId",
"image": "YWJAeXoyWhAeXohteQ",
"options": [
"SMS",
"Phone call"
],
"type": "PASSWORD"
}
]
},
"oauthState": "71b624cf-af3a-4f78-9420-d6e4248a9efe"
}