跳转到主要内容
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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

事件类型

事件类型描述
acquiring.chargeback.alert.created新建了一个拒付预警案件。
acquiring.chargeback.alert.updated已有的拒付预警被更新。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

可用选项:
ACQUIRING
event_type
enum<string>
必填

The specific event type that occurred.

可用选项:
acquiring.chargeback.alert.created,
acquiring.chargeback.alert.updated
source_id
string
必填

Chargeback alert case ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Chargeback alert details associated with the event.

响应

200

Return 200 to acknowledge receipt.