For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create crypto withdrawal

[POST] /api/v2/merchant-balance/withdrawal

Withdraws amount USD from your merchant balance to address as crypto.

On create, the USD amount is deducted and the order is parked awaiting Fonbnk admin approval before any crypto is broadcast.

The returned order is in deposit_successful.

If the withdrawal is later rejected by an admin, or canceled while still parked, the deducted balance is restored.

Requires the crypto withdrawal feature to be enabled and a verified merchant organization.

Request body type:

Request body example:

Response type:

Response example:

Last updated