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.
POST
cURL
Authorizations
Query Parameters
The ID of the account to work with.
Example:
"F50091"
Body
application/json
Body
The token of the transaction to work with.
Example:
"9d3dee7c-19df-4b71-bbb9-521bb04307bf"
The amount.
Required range:
x >= 0Example:
10
Response
201 - application/json
Created
Details about the transaction.
cURL