> ## Documentation Index
> Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Protection 费用

> 当收取 ASAF Network Protection 的注册费或维护费时发送。

## 事件类型

| 事件类型                                                           | 描述                            |
| -------------------------------------------------------------- | ----------------------------- |
| `card.risk_control.network_protection.enrollment_fee.charged`  | 针对特定卡片收取的一次性注册费。              |
| `card.risk_control.network_protection.maintenance_fee.charged` | 按账户收取的月度维护费，汇总该计费周期内所有已注册的卡片。 |


## OpenAPI

````yaml webhooks-issuing.yaml webhook networkProtectionFee
openapi: 3.1.0
info:
  title: Issuing Webhooks
  version: 1.6.0
  description: |
    Webhook events for the Card Issuance product. UQPAY sends these events to
    your registered webhook endpoint as HTTP POST requests with a JSON body.

    All events share a common envelope (`event_id`, `event_name`, `event_type`,
    `source_id`, `version`) and carry event-specific data in the `data` field.
servers: []
security: []
paths: {}

````