Use this endpoint to initiate a withdrawal from your merchant balance to an on-chain address. You must specify the destination address, the amount to withdraw, and the payment method to use for the transfer.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Both Bearer token and API key authentication are accepted for this endpoint. API keys are scoped to a specific merchant — ensure the key matches the
merchantID in the path.Path parameters
The UUID of the merchant initiating the withdrawal.
Request body
The destination wallet address for the withdrawal. Ensure the address is valid for the selected payment method’s network.
The amount to withdraw as a decimal string (e.g.,
"50.00"). Must not exceed your available balance.The ID of the payment method (network/currency) to use for the transfer.
Response
Returns a201 Created with the new withdrawal object on success.
The UUID of the newly created withdrawal order.
The destination wallet address.
The withdrawal amount as a decimal string.
The ID of the payment method used for the transfer.
The current state of the withdrawal. Initial value is typically
pending.ISO 8601 timestamp of when the withdrawal was created.
The on-chain transaction hash. This field is populated once the withdrawal is broadcast to the network; it may be
null immediately after creation.