Skip to main content
WEBHOOK
cardElevateLimit
{
  "version": "V1.6.0",
  "event_name": "ISSUING",
  "event_type": "card.elevate_limit.succeeded",
  "event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
  "source_id": "be8c499e-b8d5-42f2-8933-768e1c8a8680",
  "data": {
    "card_id": "75a21778-6c83-45e1-abae-02205e931164",
    "per_transaction_limit": 80000,
    "currency": "USD",
    "expires_at": "2026-05-21T09:30:00Z",
    "created_at": "2026-05-14T09:30:00Z"
  }
}

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 TypeDescription
card.elevate_limit.succeededThe elevation was applied and is in effect until expires_at.
card.elevate_limit.failedThe elevation could not be applied.

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.elevate_limit.succeeded,
card.elevate_limit.failed
source_id
string
required

Card ID.

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Outcome of a temporary per-transaction limit elevation.

Response

200

Return 200 to acknowledge receipt.