# Tebex Checkout

## &#x20;                                      <mark style="color:blue;background-color:blue;">CHARGEBACK PROTECTION</mark>

{% hint style="info" %}
Please create a **Tebex Checkout** store first. (<https://creator.tebex.io/projects/tebex-checkout/create>)
{% endhint %}

{% embed url="<https://creator.tebex.io/projects/tebex-checkout/create>" %}

| KEY                       | VALUE                                                                                    |
| ------------------------- | ---------------------------------------------------------------------------------------- |
| Tebex (Checkout) Username | Account ID (you can get this from <https://creator.tebex.io/payment-methods/settings>)   |
| Tebex (Checkout) API Key  | Your API key (you can get this from <https://creator.tebex.io/payment-methods/settings>) |

```
Admin Panel -> Settings -> Payment -> Payment Settings -> Tebex (Checkout)
```

### Where are the Username and API Key?

{% embed url="<https://creator.tebex.io/payment-methods/settings>" %}

<figure><img src="/files/6GivCxHx0UIcUh89YQmj" alt=""><figcaption><p>TEBEX CHECKOUT USERNAME</p></figcaption></figure>

<figure><img src="/files/oRa9rOET6TuOoQGv64ZO" alt=""><figcaption><p>TEBEX CHECKOUT API KEY</p></figcaption></figure>

## How to add Tebex Checkout Webhooks endpoint?

Webhooks connection is required to process payments.

{% embed url="<https://creator.tebex.io/webhooks>" %}
Tebex Checkout Webhooks
{% endembed %}

<figure><img src="/files/WfWrbdqS2SI0OBB8lSp7" alt=""><figcaption><p>Endpoints</p></figcaption></figure>

<figure><img src="/files/TPxmWdsAiHFaxIW7Styg" alt=""><figcaption><p>Add Endpoints</p></figcaption></figure>

<figure><img src="/files/iZAnBndZB69xHNH8tlVV" alt=""><figcaption><p>Add Endpoint</p></figcaption></figure>

## Endpoints

{% tabs %}
{% tab title="Endpoint URL" %}
`https://yourwebsite.com/payment/callback/tebex`
{% endtab %}

{% tab title="Webhook Type" %}
`Payment Completed`
{% endtab %}
{% endtabs %}


---

# 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://help.minexon.net/payment-gateways/tebex-checkout.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.
