Endpoint
POSTCallback URL configured by the merchant
Each withdrawal order will trigger two callbacks. Click here to learn more about the callback rules.
Request Parameters
| Parameter | Data Type | Required | Description |
|---|---|---|---|
| webhookType | String | Yes | Webhook type, set to Withdraw. |
| id | String | Yes | Order ID. |
| status | String | Yes | Order status. Refer to the order status enum for details. |
| txHash | String | Yes | On-chain transaction hash. |
| networkFee | String | Yes | Network fee charged for the withdrawal. |
| platformFee | String | Yes | Platform commission fee charged during the withdrawal process. |
| businessId | String | No | Merchant-defined business ID, if any. |
| timestamp | Long | Yes | UNIX timestamp (in milliseconds). |