Track a withdrawal
Use webhooks for prompt notification and GET /withdrawals/{withdrawalId} for
authoritative current state.
Processing pattern
- Verify and deduplicate the event.
- Persist the notification and acknowledge it promptly.
- Fetch the withdrawal using its
withdrawalId. - Update your workflow from the current resource.
- Preserve
reasonCode,transactionHash, paymentcode, and other outcome details needed for support and reconciliation.
Do not infer completion from successful withdrawal creation. Continue until the current resource reaches a terminal outcome supported by your workflow.