Get clearing notification
Get clearing notification
How to verify our notify message Webhook Verify Reference
- Example Webhook
{
"notify_type": "payment_clearing",
"data": {
"order_id": "R10510323801321",
"card_id": "VC10166331301321",
"response_code": "00",
"authorization_code": "906722",
"clearing_type": "Debit",
"effect_on_balance": "14.08",
"transaction_amount": "100.00",
"transaction_currency": "CNY",
"settlement_amount": "14.08",
"settlement_currency": "USD",
"merchant": {
"city": "beijing",
"name": "ALIPAY",
"region": "CHN",
"merchant_id": "01424C9967",
"category_code": "5331"
},
"transaction_time": "2023-08-31T04:44:05.928696203+08:00"
}
}
- Explain of clearing_type
| clearing_type | Details |
|---|---|
| Debit | Purchase or Cash Advance |
| Credit | Refund or Reversal |