> For the complete documentation index, see [llms.txt](https://docs.tip4serv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tip4serv.com/webhooks-developers-only.md).

# WEBHOOKS (DEVELOPERS ONLY)

- [How do webhooks work?](https://docs.tip4serv.com/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](https://docs.tip4serv.com/webhooks-developers-only/configure-a-webhook.md): To start receiving real-time notifications, you need to configure a webhook in your dashboard.
- [Handle Webhook](https://docs.tip4serv.com/webhooks-developers-only/handle-webhook.md): This guide shows how to receive, validate, and process webhook events using your prefered language
- [Webhook Data Structure](https://docs.tip4serv.com/webhooks-developers-only/webhook-data-structure.md): When your webhook receives a payment or subscription event, a JSON payload is sent.
- [Payment Validation](https://docs.tip4serv.com/webhooks-developers-only/payment-validation.md)
