# Tebex Verification

Elyxir has a Tebex Verification feature which allows you to lookup transactions, verify transactions and more!

#### OBJECTIVES

* [Configure the Tebex Verification System](#setup)
* [Understand the commands which your staff can use to view Tebex data](/features/tebex.md#commands)

<figure><img src="/files/qgyIzBSULP0VDqtPlHeb" alt=""><figcaption><p>Your Tebex Discord Logs will look something like this!</p></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

## Setup

To set up this module, you'll need to run the [`/tebex setup`](/commands/tebex/setup.md) command and fill all of the required parameters. The [`certified`](/commands/tebex/setup.md#parameters) parameter optionally allows you to determine a Tebex Certified Role.

Next, you need to head to the [**Tebex Dashboard** ](https://server.tebex.io/dashboard)and navigate to the Webstore => [Notifications](https://server.tebex.io/notifications) tab. Then, select Discord and then for each payment event, press "Customise this Event Message" and use the following templates. (You can copy and paste these)

#### Payment Received

{% code overflow="wrap" %}

```
{webstore} has received a payment ╽ From: {username} ╽ Price: {price} ╽ Package: {packagename} ╽ Transaction ID: {transactionid} ╽ Email: {EMAIL}
```

{% endcode %}

#### Payment Chargeback

{% code overflow="wrap" %}

```
{webstore} has received a chargeback ╽ From: {username} ╽ Price: {price} ╽ Package: {packagename} ╽ Transaction ID: {transactionid} ╽ Email: {EMAIL}
```

{% endcode %}

{% hint style="info" %}
**LEGAL: We do not process any identifying details to avoid legal concerns. We store non-identifiable details (Tebex Transaction IDs, Product Name, and Payment Amount) for use within the** [`/lookup`](/commands/tebex/lookup.md) **command.**
{% endhint %}

## Commands

The commands used by your staff for this module are all covered in the [**Tebex Commands**](/commands/tebex.md) section. They are also listed below.

{% content-ref url="/pages/FFY37Md6RbvtTu4ekjkH" %}
[/lookup](/commands/tebex/lookup.md)
{% endcontent-ref %}

{% content-ref url="/pages/arcUuKjMLYWK5VLDbgge" %}
[/verify](/commands/tebex/verify.md)
{% endcontent-ref %}

<figure><img src="/files/C2pQ7yEjARHQtGc9AVh8" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/tebex.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.
