支付流程
PaymentIntent结果
当PaymentIntent被创建、成功、失败或需要付款人操作时发送。
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
事件类型
| 事件类型 | 描述 |
|---|---|
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.
响应
200
Return 200 to acknowledge receipt.

