Skip to main content
WEBHOOK
activationCode
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "card.activation.code",
  "event_id": "78ca1f8a-cf8a-42a4-ae0b-9b2acebe600b",
  "source_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
  "data": {
    "activation_code": "57609685",
    "card_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
    "card_number": "40963608****5859"
  }
}

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
card.activation.codeA card activation code was generated.

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:
card.activation.code
source_id
string
required

Card ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Card activation code details.

Response

200

Return 200 to acknowledge receipt.