Get Withdrawal
Retrieve full withdrawal details by ID, including status, recipient address, chain, and optional receipt (populated once the withdrawal is settled on-chain).Path Parameters
Unique identifier of the withdrawal to retrieve.
Response Fields
Unique withdrawal identifier.
ID of the merchant who created the withdrawal.
Withdrawal amount in USD cents.
EVM chain ID used for settlement.
Beneficiary wallet address that receives the funds.
Current withdrawal status. Possible values: -
pending: Withdrawal created,
waiting to be processed - processing: Withdrawal is being submitted on-chaincompleted: Withdrawal confirmed and settled -failed: Withdrawal failed (seeerrorMessage) -cancelled: Withdrawal cancelled
Withdrawal currency (
USD).Merchant’s order or reference identifier.
Arbitrary metadata attached to the withdrawal as a JSON string.
Human-readable error description. Only present when
status is failed.On-chain settlement details. Only present for
completed withdrawals.Timestamp when the withdrawal was created.
Timestamp when the withdrawal was last updated.