Wallets
Cancel withdrawal

Cancel withdrawal request

Method: DELETE
Route: /merchants/:merchant/wallets/:wallet/withdraw/:id (opens in a new tab)

This method allows you to cancel a created withdrawal request and return the funds to the wallet balance.

Path

ParameterTypeDescription
merchantStringrequired Merchant ID in UUIDv4 format
walletStringrequired Wallet ID in UUIDv4 format
idStringrequired Confirmation ID

Response

FieldTypeDescription
canceledBooleanIs canceled
transactionObjectTransaction Object
⚠️

This API endpoint is private and requires an authorization header X-Api-Key