v1

latestOpenAPI 3.0.02026-07-2656110201.6 KB
Withdrawals

Get Withdrawal Detail

Polls the status of a withdrawal by withdrawalDetailId. No authentication required (rate-limited).

get/v1/withdraw-details/{id}

Path parameters

idstring required

The withdrawal detail ID.

Response

Withdrawal detail retrieved successfully.

withdrawalDetailIdstring
state'QUOTED' | 'SUBMITTING' | 'SUBMITTED' | 'BRIDGING' | 'COMPLETED' | 'FAILED' | 'FAILED_EXPIRED' | 'EXPIRED' | 'REFUNDED_BY_PROVIDER'
txHashstring nullable
broadcastAck'acknowledged' | 'unacknowledged' | 'rejected' nullable

acknowledged = confirmed; unacknowledged = sent, keep polling; rejected = terminal failure.

errorReasonstring nullable

Human-readable error when state is FAILED.

customerIdstring nullable

Merchant-defined customer identifier set at prepare time, or null when omitted.