Refund Webhook Notification
CCpayment will post the webhook notification when the merchant refund order on the dashboard.
Webhook notification
Name
Value
Required
Type
Description
```json
{
"pay_status": "success",
"order_type": "Refund",
"record_id": "202307310544361685889174073212928",
"amount": "1",
"net_receivable": "1",
"network_fee": "0",
"network_crypto": "USDT",
"network_coin_id": "8e5741cf-6e51-4892-9d04-3d40e1dd0128",
"chain": "ETH",
"contract": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"crypto": "USDT",
"to_address": "0xA9F422BFBeB46f1FbcBBaf947E15b84D8Fbba80C",
"memo": "",
"txid": "internal transfer",
"merchant_order_id": "test_xxxx1688370383377840"
}
```Name
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