跳转到主要内容
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.

请求体

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.

可用选项:
card.elevate_limit.succeeded,
card.elevate_limit.failed
source_id
string
必填

Card ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Outcome of a temporary per-transaction limit elevation.

响应

200

Return 200 to acknowledge receipt.