Skip to main content
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.

Event Types

Event TypeDescription
issuing.report.createdThe report has been generated.
issuing.report.succeededThe report is ready (includes secret_key for bulk card number reports).

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

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

Available options:
ISSUING
event_type
enum<string>
required

The specific event type that occurred.

Available options:
issuing.report.created,
issuing.report.succeeded
source_id
string
required

Report ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Report generation details.

Response

200

Return 200 to acknowledge receipt.