{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.risk_control.network_protection.enrollment_fee.charged",
"event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
"source_id": "ASAF_REC_xxx",
"data": {
"card_id": "CARD_xxx",
"action_code": "41",
"transaction_id": "TXN_xxx",
"transaction_type": "FEE",
"remark": "ASAF enrollment fee, card=****1234, action_code=41",
"transaction_amount": 1,
"transaction_currency": "USD",
"transaction_time": "2026-04-23T10:00:00Z",
"posted_time": "2026-04-23T10:01:00Z",
"transaction_status": "APPROVED",
"balance_amount": 49
}
}风险控制
Network Protection 费用
当收取 ASAF Network Protection 的注册费或维护费时发送。
WEBHOOK
networkProtectionFee
{
"version": "V1.6.0",
"event_name": "ISSUING",
"event_type": "card.risk_control.network_protection.enrollment_fee.charged",
"event_id": "8a78af1e-de83-43a5-b177-ecbc6a8a9fc6",
"source_id": "ASAF_REC_xxx",
"data": {
"card_id": "CARD_xxx",
"action_code": "41",
"transaction_id": "TXN_xxx",
"transaction_type": "FEE",
"remark": "ASAF enrollment fee, card=****1234, action_code=41",
"transaction_amount": 1,
"transaction_currency": "USD",
"transaction_time": "2026-04-23T10:00:00Z",
"posted_time": "2026-04-23T10:01:00Z",
"transaction_status": "APPROVED",
"balance_amount": 49
}
}事件类型
| 事件类型 | 描述 |
|---|---|
card.risk_control.network_protection.enrollment_fee.charged | 针对特定卡片收取的一次性注册费。 |
card.risk_control.network_protection.maintenance_fee.charged | 按账户收取的月度维护费,汇总该计费周期内所有已注册的卡片。 |
请求体
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.risk_control.network_protection.enrollment_fee.charged, card.risk_control.network_protection.maintenance_fee.charged ASAF record ID (enrollment fee) or ASAF billing ID (maintenance fee).
API version number.
示例:
"V1.6.0"
Fee charge carried by enrollment_fee.charged and maintenance_fee.charged events.
Field presence differs by event type:
- Enrollment fee (
...enrollment_fee.charged) — carriescard_idandaction_code. - Maintenance fee (
...maintenance_fee.charged) — carriesaccount_id,billing_period, andcard_count.
All remaining fields are present for both events.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.

