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

# Checkout Webhooks

Your server can receive Webhooks from Tebex after events occur on our platform (successful payment, refunds, etc.)

Please see our [Webhooks Overview](/developers/webhooks/overview.md) for a guide on working with Webhooks.

{% hint style="warning" %}
Any webhooks sent to the server will contain the details of the **actual** items purchased (the basket at the point of payment).&#x20;

If your app manages its own basket, it is important to verify that webhook contents always match the items and amount you are expecting.
{% endhint %}
