Use this endpoint to retrieve all withdrawal orders that are currently in aDocumentation 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 state for a given merchant. This is useful for building dashboards, reconciliation flows, or alerting systems that need to surface in-progress outbound transfers.
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 whose pending withdrawals you want to list.
Response
Returns a200 OK with an array of pending withdrawal objects. Returns an empty array if there are no pending withdrawals.
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 state of the withdrawal. All items in this response will have
state: "pending".ISO 8601 timestamp of when the withdrawal was created.
The on-chain transaction hash. This will typically be
null for pending withdrawals that have not yet been broadcast.