{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.create.succeeded",
"event_id": "c6dca5c7-b64f-4c49-97dd-074fc66a5fba",
"source_id": "ed977d6b-d86a-4cda-9e54-92cf0ce6228a",
"data": {
"card_available_balance": "1000",
"card_bin": "40963608",
"card_id": "f5d1e60a-6852-4fea-bb09-1d5bdab657a0",
"card_number": "40963608****8664",
"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",
"create_time": "2026-04-10T18:03:47+08:00",
"email": "quickstart-1775815424@example.com",
"first_name": "Alex",
"last_name": "Chen"
},
"form_factor": "VIRTUAL",
"metadata": {},
"mode_type": "SHARE",
"risk_control": {
"enable_3ds": "Y",
"allow_3ds_transactions": "Y"
},
"spending_limits": [
{
"amount": "20000",
"interval": "PER_TRANSACTION"
}
]
}
}卡片生命周期
卡片创建
当卡片创建订单完成或失败时发送。
WEBHOOK
cardCreated
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.create.succeeded",
"event_id": "c6dca5c7-b64f-4c49-97dd-074fc66a5fba",
"source_id": "ed977d6b-d86a-4cda-9e54-92cf0ce6228a",
"data": {
"card_available_balance": "1000",
"card_bin": "40963608",
"card_id": "f5d1e60a-6852-4fea-bb09-1d5bdab657a0",
"card_number": "40963608****8664",
"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",
"create_time": "2026-04-10T18:03:47+08:00",
"email": "quickstart-1775815424@example.com",
"first_name": "Alex",
"last_name": "Chen"
},
"form_factor": "VIRTUAL",
"metadata": {},
"mode_type": "SHARE",
"risk_control": {
"enable_3ds": "Y",
"allow_3ds_transactions": "Y"
},
"spending_limits": [
{
"amount": "20000",
"interval": "PER_TRANSACTION"
}
]
}
}事件类型
| 事件类型 | 描述 |
|---|---|
card.create.succeeded | 卡片已创建并可使用。 |
card.create.failed | 卡片创建失败。 |
请求体
application/json
A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
可用选项:
ISSUING The specific event type that occurred.
可用选项:
card.create.succeeded, card.create.failed Card order ID.
API version number.
示例:
"V1.6.0"
Card object associated with the creation event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

