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
Optional. When supplied, em-cards-api routes the simulation to the Marqeta tenant matching the card's product market (UK or US). Omit to keep the legacy UK routing.
Maximum string length:
36Response
201 - application/json
Created
Details about the transaction.
cURL