# WEBHOOKS (DEVELOPERS ONLY)

- [How do webhooks work?](/webhooks-developers-only/how-do-webhooks-work.md): Designed for developers, custom webhooks allow your application or web server to be notified in real time when an event occurs (payment, subscription, expiration, etc.).
- [Configure a Webhook](/webhooks-developers-only/configure-a-webhook.md): To start receiving real-time notifications, you need to configure a webhook in your dashboard.
- [Handle Webhook](/webhooks-developers-only/handle-webhook.md): This guide shows how to receive, validate, and process webhook events using your prefered language
- [Webhook Data Structure](/webhooks-developers-only/webhook-data-structure.md): When your webhook receives a payment or subscription event, a JSON payload is sent.
- [Payment Validation](/webhooks-developers-only/payment-validation.md)
