Skip to main content

Tebex Implementation

This guide explains how to connect your Coinsystem V2 with Tebex to handle coin purchases via Tebex.

Step 1: Add Tebex Secret Key to Your server.cfg​

  1. Log in to your Tebex control panel.
  2. On the left-hand navigation menu, click Integrations and Game Servers.
  3. Click Instructions next to the Game Server you want to use.
  4. Copy the command provided and paste it into your server.cfg. It should look something like this:
sv_tebexSecret <YourSecretKey>

Make sure to replace <YourSecretKey> with the actual secret key provided by Tebex.

Step 2: Create a Tebex Package​

  1. In your Tebex control panel, navigate to Packages.
  2. Create a new package, for example, "100 Coins".
  3. At the bottom of the package creation screen, select Game Server Commands as the deliverable type.

  1. Select your game server and click Add Command.

  2. Use the following command to deliver the coins:

    saveredeemcode {transaction} 100
    • Replace the 100 with the actual amount of coins the user will receive for this package.

  1. Save your package.

Step 3: Test the Integration​

  1. In the Tebex control panel, click Payments on the left-hand menu.
  2. Click on Create Payment.
  3. Enter your username under Customer and select the package you created earlier.
  4. After creating the payment, you should be able to claim the coins in-game by using your payment ID.