跳转到主要内容
WEBHOOK
reportCreated
{ "version": "V1.6.0", "event_name": "ISSUING", "event_type": "issuing.report.created", "event_id": "a7853254-4f23-46b3-8e64-b19131f94f50", "source_id": "a4b49cd5-7605-4963-a318-d1eefc197e6e", "data": { "date_range": "2026-04-01 00:00:00 +0000 UTC - 2026-04-01 00:00:00 +0000 UTC", "expire_time": "2026-04-15 16:54:11", "report_id": "a4b49cd5-7605-4963-a318-d1eefc197e6e", "report_type": "Card Settlement Report", "secret_key": "" } }

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.

事件类型

事件类型描述
issuing.report.created报表已生成。
issuing.report.succeeded报表已就绪(批量卡号报表包含 secret_key)。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category. Always ISSUING for card issuance events.

可用选项:
ISSUING
event_type
enum<string>
必填

The specific event type that occurred.

可用选项:
issuing.report.created,
issuing.report.succeeded
source_id
string
必填

Report ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Report generation details.

响应

200

Return 200 to acknowledge receipt.