# Tebex Checkout for WHMCS

Tebex offers an official Payment Gateway for WHMCS that implements **Tebex Checkout**.&#x20;

You can use this gateway to accept payments and setup subscriptions backed by Tebex. You'll also be able to use our powerful web panel to manage your store.

### Downloads

You can get the latest version of our WHMCS Payment Gateway here:

* **WHMCS Marketplace:** <https://marketplace.whmcs.com/product/7200-tebex-checkout>
* **GitHub Repository:** <https://github.com/tebexio/TebexCheckout-WHMCS>
  * See **Releases** tab

### Installation and Setup

1. Create your account at <https://tebex.io/>
2. Download the latest version of Tebex Checkout from one of the resources above.
3. Place the `.zip` archive in \[`whmcs]/modules/gateways` where `[whmcs]` is your WHMCS root directory.
4. Unzip the `.zip` archive.
5. Enable Tebex Checkout as a Payment Gateway in WHMCS.
6. Add a [webhook endpoint](https://creator.tebex.io/webhooks/endpoints) to your Tebex Store panel that points to: \
   `https://[your WHMCS domain]/modules/gateways/callback/tebexcheckout.php`&#x20;
7. Add your store's API keys and webhook secret keys to Tebex Checkout's configuration.

## Additional Resources

Here are some resources to help you integrate with Tebex.

[Submit Feedback](https://wkf.ms/45PQwfE) - Help us build a better product by sharing your feedback

[Source Code](https://github.com/tebexio) - All of our plugins’ source code are available on GitHub.


---

# 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/creators/tebex-checkout/tebex-checkout-for-whmcs.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.
