transactions
aid_cards_cardid_transactions_capture_post
Capture a pending Transaction, thereby collection the amount withheld by the pending transaction.
Option to specify an amount that should be captured. Defaults to capture the full transaction. When the amount specified is less than the reserved/pending, the remaining amount will still be reserved/pending and can be captured later.
scopes:
- admin:wallets
- write:wallets
- write:wallets:/transactions
post/accounts/{aid}/wallets/transactions/{transaction_id}/capture
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"
},
"amount": 50000
}Response
Transaction created