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

# Retrieve events and request replays

> List event types and events, inspect sanitized payloads, and retry deliveries.

SimplePay publishes provider-neutral events. Retrieve the current catalog from `GET /v1/webhook_event_types`.

## Main event families

| Family        | Examples                                                                       |
| ------------- | ------------------------------------------------------------------------------ |
| Payments      | `payment.created`, `payment.processing`, `payment.succeeded`, `payment.failed` |
| Checkout      | `checkout.created`, `checkout.completed`, `checkout.expired`                   |
| Payment Links | `payment_link.created`, `payment_link.updated`, `payment_link.completed`       |
| Refunds       | `refund.created`, `refund.updated`, `refund.succeeded`, `refund.failed`        |
| Payouts       | `payout.created`, `payout.updated`, `payout.paid`, `payout.failed`             |
| Account       | `account.capability.updated`, `account.requirements.updated`                   |

Use `POST /v1/webhook_event_replays/{id}` to preserve the original event semantics. You may limit the replay to an eligible `endpoint_id`.

A replay creates another delivery attempt. It does not create another business event.
