> ## 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.enrolled` | 卡片已注册到 ASAF Network Protection。 |
| `card.risk_control.network_protection.removed`  | 卡片已移出 ASAF Network Protection。  |


## OpenAPI

````yaml webhooks-issuing.yaml webhook networkProtectionStatus
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: {}

````