Confirm withdrawal request
Method: PATCH
Route: /merchants/:merchant/wallets/:wallet/withdraw (opens in a new tab)
To approve a withdrawal, you must provide a Confirmation ID from the response to the withdrawal request and a payout password, which must be created in the merchant settings. For multiple withdrawal confirmations, use the queue in your app.
Path
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
wallet | String | required Wallet ID in UUIDv4 format |
Body
Parameter | Type | Description |
---|---|---|
id | String | Confirmation ID |
password | String | Payout Password |
Response
Field | Type | Description |
---|---|---|
confirmed | Boolean | Is confirmed |
transaction | Object | Transaction Object |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key