Withdraw Webhook Notification
CCPayment will post the webhook notification when the withdrawal was packed on blockchain.
Webhook notification
Name
Value
Required
Type
Description
```json
{
"pay_status": "success",
"order_type": "API Withdrawal",
"order_id": "202307310832281685931420435083264",
"record_id": "202307310832281685931420447666176",
"withdraw_amount": "0.05",
"net_receivable": "0.05",
"network_fee": "0",
"network_fee_crypto":"USDT",
"network_coin_id":"8e5741cf-6e51-4892-9d04-3d40e1dd0128",
"network_fee_value":"0.12",
"chain": "POLYGON",
"contract": "0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
"crypto": "USDC",
"to_address": "9454818",
"memo": "",
"txid": "internal transfer",
"merchant_order_id": "1690792347702",
"merchant_pays_fee": false
}
```Name
Required
Type
Description
$this->response->setString("success")this.response.setString("success");this.response.SetString("success")self.response.set_string("success")this.response.setString("success");
Last updated