{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.update.succeeded",
"event_id": "caa8656f-05b3-4331-812f-fc3d57f8bd96",
"source_id": "9492771e-5247-49fe-9846-55719bd9dabb",
"data": {
"available_balance": "1000",
"card_bin": "40963608",
"card_currency": "USD",
"card_id": "f5d1e60a-6852-4fea-bb09-1d5bdab657a0",
"card_limit": "1000",
"card_number": "40963608****8664",
"card_order_id": "9492771e-5247-49fe-9846-55719bd9dabb",
"card_product_id": "467e993f-317a-49fc-9ea0-bf49de7d1f76",
"card_scheme": "VISA",
"card_status": "ACTIVE",
"cardholder": {
"cardholder_id": "25ea804d-7fd5-43d5-8792-0fc0214cdb2f",
"cardholder_status": "SUCCESS",
"country_code": "SG",
"create_time": "2026-04-10T18:03:47+08:00",
"date_of_birth": "0001-01-01",
"email": "quickstart-1775815424@example.com",
"first_name": "Alex",
"last_name": "Chen",
"number_of_cards": 2,
"phone_number": "87654321"
},
"form_factor": "VIRTUAL",
"metadata": {},
"mode_type": "SHARE",
"no_pin_payment_amount": "USD",
"order_status": "success",
"risk_control": {
"enable_3ds": "Y",
"allow_3ds_transactions": "Y",
"blocked_mcc": [
"6551",
"5533"
]
},
"spending_controls": [
{
"amount": "500",
"interval": "PER_TRANSACTION"
}
]
}
}Card Lifecycle
Card Updated
Published when a card update order completes or fails.
WEBHOOK
cardUpdated
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.update.succeeded",
"event_id": "caa8656f-05b3-4331-812f-fc3d57f8bd96",
"source_id": "9492771e-5247-49fe-9846-55719bd9dabb",
"data": {
"available_balance": "1000",
"card_bin": "40963608",
"card_currency": "USD",
"card_id": "f5d1e60a-6852-4fea-bb09-1d5bdab657a0",
"card_limit": "1000",
"card_number": "40963608****8664",
"card_order_id": "9492771e-5247-49fe-9846-55719bd9dabb",
"card_product_id": "467e993f-317a-49fc-9ea0-bf49de7d1f76",
"card_scheme": "VISA",
"card_status": "ACTIVE",
"cardholder": {
"cardholder_id": "25ea804d-7fd5-43d5-8792-0fc0214cdb2f",
"cardholder_status": "SUCCESS",
"country_code": "SG",
"create_time": "2026-04-10T18:03:47+08:00",
"date_of_birth": "0001-01-01",
"email": "quickstart-1775815424@example.com",
"first_name": "Alex",
"last_name": "Chen",
"number_of_cards": 2,
"phone_number": "87654321"
},
"form_factor": "VIRTUAL",
"metadata": {},
"mode_type": "SHARE",
"no_pin_payment_amount": "USD",
"order_status": "success",
"risk_control": {
"enable_3ds": "Y",
"allow_3ds_transactions": "Y",
"blocked_mcc": [
"6551",
"5533"
]
},
"spending_controls": [
{
"amount": "500",
"interval": "PER_TRANSACTION"
}
]
}
}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.
Show child attributes
Show child attributes
Response
200
Return 200 to acknowledge receipt.

