Simulate a card ATM withdrawal authorisation clearing

Simulates a card ATM withdrawal authorisation clearing.

This endpoint is for testing purposes only and won't work in production.

SecurityCommonAuth
Request
Request Body schema: application/json

Body

precedingRelatedTransactionToken
required
string

The token of the transaction to work with.

amount
required
number >= 0

The amount.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not Allowed

415

Unsupported Media Type

429

Too Many Requests

500

Internal Server Error

post/cards/simulations/atm/withdrawal/authorization/clearing
Request samples
application/json
{
  • "precedingRelatedTransactionToken": "9d3dee7c-19df-4b71-bbb9-521bb04307bf",
  • "amount": 10
}
Response samples
application/json
{
  • "transaction": {
    }
}