{
"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"
}
}结算与退款
支付取消
当PaymentIntent取消成功或失败时发送。
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"
}
}事件类型
| 事件类型 | 描述 |
|---|---|
acquiring.cancel.succeeded | PaymentIntent已成功取消。 |
acquiring.cancel.failed | 取消失败。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
ACQUIRING The specific event type that occurred.
可用选项:
acquiring.cancel.succeeded, acquiring.cancel.failed Payment intent ID.
API version number.
示例:
"V1.6.0"
Payment cancellation details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

