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
| Parameter | Type | Description |
|---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
wallet | String | required Wallet ID in UUIDv4 format |
id | String | required Confirmation ID |
Response
| Field | Type | Description |
|---|---|---|
canceled | Boolean | Is canceled |
transaction | Object | Transaction Object |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key