{
"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"
}
}Card Lifecycle
Card Elevate Limit
Published when a temporary per-transaction limit elevation completes or fails.
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"
}
}Event Types
| Event Type | Description |
|---|---|
card.elevate_limit.succeeded | The elevation was applied and is in effect until expires_at. |
card.elevate_limit.failed | The elevation could not be applied. |
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.elevate_limit.succeeded, card.elevate_limit.failed Card ID.
API version number.
Example:
"V1.6.0"
Outcome of a temporary per-transaction limit elevation.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

