LogoLogo
  • Welcome
  • Getting Started
  • Integration Methods
  • SDKs
  • Tebex for Unreal Engine 5
  • Tebex for Unity Engine
  • Webstore Builder
    • Overview
    • Getting Started
    • Twig
      • Tags
      • Filters
      • Functions
    • Global Variables
      • basket
      • store
      • page
    • Pages
      • index.html
      • checkout.html
      • username.html
      • options.html
      • package.html
      • cms/page.html
      • category.html
      • layout.html
    • Sidebar Modules
      • module.communitygoal.html
      • module.featuredpackage.html
      • module.giftcardbalance.html
      • module.goal.html
      • module.payments.html
      • module.serverstatus.html
      • module.textbox.html
      • module.topdonator.html
    • Assets
    • Schema
    • Developer Plan
    • Footer
    • Guides
      • Package Slugs
  • Headless API
    • Overview
    • Getting Your Listings
    • Creating a Basket
    • Adding Packages
    • Gifting Packages
    • Applying Discounts / Creator Codes
    • Directing to Checkout
    • Endpoints
    • Postman Config
    • Example Integration
  • Checkout API
    • Overview
    • Headers and Authentication
    • Start the Checkout Process
    • Checkout Webhooks
    • Endpoints
    • Errors
    • Postman Config
  • Tebex.js
    • Overview
    • Integration
    • Events
    • Web Components
    • Custom Render Location
    • NPM
    • GitHub
  • Webhooks
    • Overview
    • Login Webhooks
  • Game Server API
    • Overview
    • Authentication
    • Error Handling
    • Endpoints
  • Affiliate API
    • Overview
    • Referrals
    • Game Types
    • Webhooks
Powered by GitBook
On this page
  • Integration Example
  • Requirements

Was this helpful?

Export as PDF
  1. Affiliate API

Overview

Integrate the one-click affiliate API into your business to generate new revenue streams and support your customers with their monetization needs via Tebex.

PreviousError HandlingNextReferrals

Last updated 1 year ago

Was this helpful?

The affiliate API enables you to integrate a one-click setup process for Tebex within your server management panel. A one-click setup process has the following benefits:

  • Removes the complexity of your customers installing the Tebex Plugin

  • Increases conversions which will result in more commission paid into your affiliate account.

  • You will receive a percentage of any revenue the server earns from their players.

Integration Example

  1. Your customers click Install Tebex within your server management panel.

  2. You send an API request to Tebex alerting us of the customers request.

  3. We send an email to the customer with a link that allows them to create a webstore.

  4. Once the customer has created a webstore we will send you a webhook that contains a download url of the plugin, along with a pre-made plugin config file that includes the customers authentication details (their secret key).

  5. You install the provided plugin along with its config file and restart your customers game server.

A typical integration of this API will take a few hours depending on the experience of your development team.

Requirements

Please note that the one-click setup process is only available to approved partners of the Tebex Checkout For Server Hosts program. Please us for any additional questions or application information.

Once your application has been approved, your API key can be found towards the bottom of the .

To ensure you receive JSON responses, please provide an Accept: application/json header with all API requests.

contact
Settings page