Skip to main content
WEBHOOK

Event Types

Body

application/json
event_id
string<uuid>
required

A unique identifier for this event.

event_name
enum<string>
required

Top-level event category. Always ISSUING for card issuance events.

Available options:
ISSUING
event_type
enum<string>
required

The specific event type that occurred.

Available options:
card.risk_control.network_protection.enrollment_fee.charged,
card.risk_control.network_protection.maintenance_fee.charged
source_id
string
required

ASAF record ID (enrollment fee) or ASAF billing ID (maintenance fee).

version
string
required

API version number.

Example:

"V1.6.0"

data
object

Fee charge carried by enrollment_fee.charged and maintenance_fee.charged events.

Field presence differs by event type:

  • Enrollment fee (...enrollment_fee.charged) — carries card_id and action_code.
  • Maintenance fee (...maintenance_fee.charged) — carries account_id, billing_period, and card_count.

All remaining fields are present for both events.

Response

200

Return 200 to acknowledge receipt.