Use this endpoint to fetch the full details of a single withdrawal order. Poll this endpoint to track the status of a withdrawal as it progresses fromDocumentation 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.
pending through to final settlement.
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 that owns the withdrawal.
The UUID of the withdrawal order to retrieve.
Response
Returns a200 OK with the withdrawal object on success.
The UUID of the withdrawal order.
The destination wallet address the funds are being sent to.
The withdrawal amount as a decimal string.
The ID of the payment method used for the transfer.
The current state of the withdrawal. Possible values include
pending, processing, completed, and failed.ISO 8601 timestamp of when the withdrawal was created.
The on-chain transaction hash. Populated once the withdrawal has been broadcast to the network;
null if not yet submitted.