卡片生命周期
卡片更新
当卡片更新订单完成或失败时发送。
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.
事件类型
| 事件类型 | 描述 |
|---|---|
card.update.succeeded | 卡片更新成功完成。 |
card.update.failed | 卡片更新失败。 |
请求体
application/json
A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
可用选项:
ISSUING The specific event type that occurred.
可用选项:
card.update.succeeded, card.update.failed Card order ID.
API version number.
示例:
"V1.6.0"
Card object associated with the update event. Includes order details and the full card snapshot after update.
响应
200
Return 200 to acknowledge receipt.

