{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.activation.code",
"event_id": "78ca1f8a-cf8a-42a4-ae0b-9b2acebe600b",
"source_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
"data": {
"activation_code": "57609685",
"card_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
"card_number": "40963608****5859"
}
}安全与激活
激活码
当生成卡片激活码时发送。
WEBHOOK
activationCode
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.activation.code",
"event_id": "78ca1f8a-cf8a-42a4-ae0b-9b2acebe600b",
"source_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
"data": {
"activation_code": "57609685",
"card_id": "ba4bdf3e-c2b7-4197-9487-dc269e77b2c0",
"card_number": "40963608****5859"
}
}事件类型
| 事件类型 | 描述 |
|---|---|
card.activation.code | 生成了卡片激活码。 |
请求体
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.activation.code Card ID.
API version number.
示例:
"V1.6.0"
Card activation code details.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

