Direct Deposit to Permanent Address Webhook Notification
CCPayment will post the Webhook notification when the permanent address has received the payment.
Webhook notification
Name
Value
Required
Type
Description
```json
{
"pay_status": "success",
"order_type": "Direct Deposit",
"record_id": "202307191012191681607895159656448",
"paid_amount": "666",
"credit_amount": "665.8002",
"chain": "BSC",
"from_address": "0x3E89fcC505xxxxxx6AA4b78fecB3b2d2D8",
"to_address": "0x3E89fcC5050bCEc6xxxxxx096F386AA4b78f",
"contract": "0x55d398326f99059ff775485246999027b3197955",
"crypto": "USDT",
"txid": "internal transfer",
"service_fee": "0.1998",
"memo": "",
"user_id": "10192128173"
}
```Name
Type
Description


Last updated