JSON
customerId is included only when the withdrawal was created with a customer identifier.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JSON payload reference for withdrawal webhook events
{
"event": "COMPLETED",
"withdrawalDetailId": "6655001000000000000000c1",
"companyId": "6343e77d91c393456aa56462",
"customerId": "merchant-customer-1"
}
| Field | Type | Description |
|---|---|---|
event | string | One of SUBMITTING, SUBMITTED, BRIDGING, COMPLETED, FAILED, FAILED_EXPIRED, or REFUNDED_BY_PROVIDER. |
withdrawalDetailId | string | Withdrawal detail ID. Use with Get Withdrawal Detail for full status. |
companyId | string | Your company ID. |
customerId | string | Optional. Present when the withdrawal was created with a customer identifier. |
customerId is included only when the withdrawal was created with a customer identifier.