Card Lifecycle
Card Created
Published when a card creation order completes or fails.
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.
Event Types
| Event Type | Description |
|---|---|
card.create.succeeded | The card was created and is ready to use. |
card.create.failed | The card creation failed. |
Body
application/json
A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
Available options:
ISSUING The specific event type that occurred.
Available options:
card.create.succeeded, card.create.failed Card order ID.
API version number.
Example:
"V1.6.0"
Card object associated with the creation event.
Response
200
Return 200 to acknowledge receipt.

