Wallets
Confirm withdrawal

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

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

Body

ParameterTypeDescription
idStringConfirmation ID
passwordStringPayout Password

Response

FieldTypeDescription
confirmedBooleanIs confirmed
transactionObjectTransaction Object
⚠️

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