# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tebex.io/developers/checkout-api/checkout-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
