transactions
aid_cards_cardid_transactions_void_post
Void a pending Transaction by unlocking the amount withheld by the pending transaction
scopes:
- admin:wallets
- write:wallets
- write:wallets:/transactions
post/accounts/{aid}/wallets/transactions/{transaction_id}/void
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
transaction_idstring uuid required
An id that uniqely idetifies a transaction
Request body
Example request
{
"metadata": {
"order_id": "xk39592f"
}
}Response
Transaction voided