# Checkout Webhooks

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

Please see our [Webhooks Overview](https://docs.tebex.io/developers/webhooks) 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 %}
