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
string
required
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.
string
The UUID of the withdrawal order.
string
The destination wallet address the funds are being sent to.
string
The withdrawal amount as a decimal string.
number
The ID of the payment method used for the transfer.
string
The state of the withdrawal. All items in this response will have
state: "pending".string
ISO 8601 timestamp of when the withdrawal was created.
string
The on-chain transaction hash. This will typically be
null for pending withdrawals that have not yet been broadcast.