Card Lifecycle
Card Updated
Published when a card update order completes or fails.
WEBHOOK
Event Types
| Event Type | Description |
|---|---|
card.update.succeeded | The card update was successfully completed. |
card.update.failed | The card update has 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.update.succeeded, card.update.failed Card order ID.
API version number.
Example:
"V1.6.0"
Card object associated with the update event. Includes order details and the full card snapshot after update.
Response
200
Return 200 to acknowledge receipt.

