{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payment_intent.created",
"event_id": "10a83d0c-1dc8-425b-b120-029ea48f9ac8",
"source_id": "PI2043628825316691968",
"data": {
"amount": "8.88",
"cancel_time": null,
"cancellation_reason": "",
"complete_time": null,
"create_time": "2026-04-13T17:54:15+08:00",
"currency": "SGD",
"description": "acquiring sandbox testing",
"intent_status": "REQUIRES_PAYMENT_METHOD",
"merchant_order_id": "56dd76dd-1279-4214-9cd0-2a4224088fc1",
"metadata": {
"request_id": "f967f107-b5b2-4768-a639-8d97a6aa1608"
},
"payment_intent_id": "PI2043628825316691968",
"payment_method": null
}
}支付流程
PaymentIntent结果
当PaymentIntent被创建、成功、失败或需要付款人操作时发送。
WEBHOOK
paymentIntentResult
{
"version": "V1.6.0",
"event_name": "ACQUIRING",
"event_type": "acquiring.payment_intent.created",
"event_id": "10a83d0c-1dc8-425b-b120-029ea48f9ac8",
"source_id": "PI2043628825316691968",
"data": {
"amount": "8.88",
"cancel_time": null,
"cancellation_reason": "",
"complete_time": null,
"create_time": "2026-04-13T17:54:15+08:00",
"currency": "SGD",
"description": "acquiring sandbox testing",
"intent_status": "REQUIRES_PAYMENT_METHOD",
"merchant_order_id": "56dd76dd-1279-4214-9cd0-2a4224088fc1",
"metadata": {
"request_id": "f967f107-b5b2-4768-a639-8d97a6aa1608"
},
"payment_intent_id": "PI2043628825316691968",
"payment_method": null
}
}事件类型
| 事件类型 | 描述 |
|---|---|
acquiring.payment_intent.created | 新建了一个PaymentIntent。 |
acquiring.payment_intent.succeeded | 支付成功完成。 |
acquiring.payment_intent.failed | PaymentIntent失败(例如到期自动关闭)。 |
acquiring.payment_intent.requires_action | 需要付款人进一步操作(例如3DS跳转)。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
ACQUIRING The specific event type that occurred.
可用选项:
acquiring.payment_intent.created, acquiring.payment_intent.succeeded, acquiring.payment_intent.failed, acquiring.payment_intent.requires_action Payment intent ID.
API version number.
示例:
"V1.6.0"
Payment intent details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

