{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.chargeback.alert.created",
"event_id": "28377510-4ab4-48d7-8d26-4ef4c39e9ad4",
"source_id": "Case2026012800063",
"data": {
"alert_amount": "11.45",
"alert_create_time": "2026-01-28T16:33:13+08:00",
"alert_currency": "SGD",
"alert_status": "PROCESSING",
"alert_type": "CUSTOMER_DISPUTE",
"alert_update_time": "2026-01-28T16:34:02+08:00",
"appeal_status": "NOT_APPEAL",
"appeal_time": null,
"merchant_order_id": "ecd9f2cf-1ae1-4194-929b-c8ffe96e745f",
"order_amount": "129.11",
"order_currency": "SGD",
"order_status": "",
"payment_intent_id": "PI2003785458999365632",
"response_status": "",
"response_time": null,
"transaction_time": "2025-12-24T19:12:17+08:00"
}
}出款与争议
拒付预警
当支付交易的拒付预警被创建或更新时发送。
WEBHOOK
chargebackAlert
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.chargeback.alert.created",
"event_id": "28377510-4ab4-48d7-8d26-4ef4c39e9ad4",
"source_id": "Case2026012800063",
"data": {
"alert_amount": "11.45",
"alert_create_time": "2026-01-28T16:33:13+08:00",
"alert_currency": "SGD",
"alert_status": "PROCESSING",
"alert_type": "CUSTOMER_DISPUTE",
"alert_update_time": "2026-01-28T16:34:02+08:00",
"appeal_status": "NOT_APPEAL",
"appeal_time": null,
"merchant_order_id": "ecd9f2cf-1ae1-4194-929b-c8ffe96e745f",
"order_amount": "129.11",
"order_currency": "SGD",
"order_status": "",
"payment_intent_id": "PI2003785458999365632",
"response_status": "",
"response_time": null,
"transaction_time": "2025-12-24T19:12:17+08:00"
}
}事件类型
| 事件类型 | 描述 |
|---|---|
acquiring.chargeback.alert.created | 新建了一个拒付预警案件。 |
acquiring.chargeback.alert.updated | 已有的拒付预警被更新。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
ACQUIRING The specific event type that occurred.
可用选项:
acquiring.chargeback.alert.created, acquiring.chargeback.alert.updated Chargeback alert case ID.
API version number.
示例:
"V1.6.0"
Chargeback alert details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

