> ## 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 Fee

> Published when an ASAF Network Protection enrollment or maintenance fee is charged.

## Event Types

| Event Type                                                     | Description                                                                                               |
| -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| `card.risk_control.network_protection.enrollment_fee.charged`  | One-off enrollment fee charged against a specific card.                                                   |
| `card.risk_control.network_protection.maintenance_fee.charged` | Monthly maintenance fee charged against an account, aggregating all cards enrolled in the billing period. |


## 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: {}

````