跳转到主要内容
WEBHOOK
paymentCancellation
{
  "version": "V1.6.0",
  "event_name": "ACQUIRING",
  "event_type": "acquiring.cancel.succeeded",
  "event_id": "6dcfb59e-12fe-4991-95f6-77031ec9ede8",
  "source_id": "PI2043631660116742144",
  "data": {
    "amount": "8.88",
    "cancel_status": "SUCCEEDED",
    "cancel_time": "2026-04-13T18:06:35+08:00",
    "currency": "SGD",
    "payment_intent_id": "PI2043631660116742144"
  }
}

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.cancel.succeededPaymentIntent已成功取消。
acquiring.cancel.failed取消失败。

请求体

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.cancel.succeeded,
acquiring.cancel.failed
source_id
string
必填

Payment intent ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Payment cancellation details associated with the event.

响应

200

Return 200 to acknowledge receipt.