Card Simulator
Perform an account status inquiry
Check whether a card is eligible for transactions without reserving funds
post/cards/{cardId}/account-status-inquiry
Path parameters
cardIdstring required
Card ID to perform the account status inquiry against
Request body
Example request
{
"transactionCurrency": "GBP",
"mcc": "5812"
}Response
Created
Example response
{
"cardId": "V000000001",
"status": "APPROVED"
}