<!-- ZenPays documentation · https://docs.zenpayz.com/docs/reference/enums/webhook-events -->

# Webhook events

These values are generated from the SDK's own types, so they always match what
the shipped client accepts.

## WebhookEventType

All available webhook event types. Subscribe to these events to receive real-time notifications about activity in your ZenPays account.

| Value | Meaning |
|---|---|
| `payment.intent.created` | — |
| `payment.intent.processing` | — |
| `payment.intent.succeeded` | — |
| `payment.intent.failed` | — |
| `payment.intent.expired` | — |
| `refund.created` | — |
| `refund.processing` | — |
| `refund.completed` | — |
| `refund.failed` | — |
| `payout.created` | — |
| `payout.processing` | — |
| `payout.completed` | — |
| `payout.failed` | — |
| `settlement.initiated` | — |
| `settlement.completed` | — |
| `customer.created` | — |
| `customer.updated` | — |
