LogoLogo
  • Introducing Tebex
    • Why Tebex?
  • Pricing
    • Starter & Plus Plans
    • Fees Overview
      • Why We Charge a Platform Fee
  • Initial setup
    • General checklist for setting up a Tebex store
    • Identity Verification for Tebex Store Onboarding
    • Your Store Review
    • Tips for getting your store application approved
    • What is Intellectual Property?
    • Adult Content Guidelines
  • Tebex Control Panel
    • Dashboard
    • Payments
      • Manual Payments
      • Recurring Payments
      • Payment Methods
      • Checkout Settings
      • Fraud Analysis
      • Wallet
      • Payment Exports
    • Packages
      • How To Create A Package
      • How To Create A Category
      • How To Test A Package
      • Cumulative Packages
      • Downloadable Packages
      • Product Best Practice
    • Statistics
    • Customers
      • Customer Lookup
      • Banning
    • Webstore
      • Tebex Footer
      • Appearance
        • Custom CSS & HTML
        • Visibility
      • Sidebar Modules
      • Pages
      • Variables
        • Template Variables
      • Currency
        • Regional Pricing
      • Translations
        • Language
        • Custom Translations
      • Emails
      • Domains
        • Subdomain & Custom Domain
      • Notifications
        • Slack & Discord Notifications
    • Engagement
      • Coupon Codes
      • Sales
      • Creator Codes
      • Gift Cards
      • Community Goals
      • Abandoned Basket Recovery
      • Purchase Follow Ups
      • Upselling
      • Offers
    • Game Servers
      • FiveM
        • FiveM (Server Wrapper)
      • Minecraft: Java Edition
        • BuycraftX
      • ARK: Survival Evolved
      • Minecraft: Bedrock Edition
      • Space Engineers
        • Space Engineers Item IDs
        • How the Legacy Space Engineers Vanilla Integration Works
        • Mod Guidelines and FAQs
      • Unturned
      • Rust
      • Garry's Mod
      • Hurtworld
      • Counter Strike: GO
      • 7 Days To Die
      • Team Fortress 2
      • Conan Exiles
      • RCON (Legacy)
      • RCON Adapter
      • MySQL Depreciation
      • Product Deliverables Configuration
    • Discord Servers
    • Store Transfers
    • Team Accounts
    • Billing
      • Store Cancellation
  • Tebex Checkout
    • How Payments Work
    • Seller Protection and Chargebacks
    • Where and Why We Charge Sales Tax/VAT
      • Information for Accountants
    • Checkout Process
    • Paysafecard
    • Wallet
    • Wallet Restrictions - Deposits & Locks
    • Fund Withdrawals and Transfers
      • PayPal Withdrawal Fees
      • Bank Account Withdrawal Fees
      • Wire Transfer List of Countries & Fees
    • Checkout FAQ
    • Seller Support Guidance
    • Checkout Seller Actions
      • Changing Usernames
      • Changing Discord ID's
      • Resending Commands
      • Customer Lookup
      • Checkout Bans
    • Tebex Checkout for WHMCS
  • Subscribe @ Tebex Academy
  • Developer Documentation
  • FAQs
  • Growth and Success
    • 🛒Tebex Store Best Practices
    • 📆Sales Calendar - 2025
    • 🎁Gift Cards
    • 💬Community Engagement
    • ❓Frequently asked questions
    • 🚗FiveM Best Practices for Packages
    • 🥼FiveM Beta Assets Best practices
    • 📖Creator Success: Case Studies
      • 🚛Reducing Support Backlog through Restructuring the Team
      • 🔁Improving User Retention via “Loss Leader”
      • 📅Subscription Stability and Growth
  • Command Management
    • An Introduction To Commands
    • Command Troubleshooting
    • Resending Commands
    • Support for Epic Game IDs
Powered by GitBook
On this page
  • Pricing
  • How Do Creators Get A Wallet?
  • Transaction Settlement Period
  • Custom Template Additions

Was this helpful?

  1. Tebex Control Panel
  2. Engagement

Creator Codes

PreviousSalesNextGift Cards

Last updated 3 months ago

Was this helpful?

Creator codes allow your customers to support your streamers, YouTubers and other influencers while removing all the headaches around handling payouts. You're able to create a code that will automatically send a predefined percentage of the payment to your creator's wallet; you can even give customers discounts on their own purchase for using a code!

Pricing

An additional 1% fee on any payment using a creator code applies.

The cap of the Creator Code Revenue Share is 20% (it can be anything lower) to ensure that there are no payments (as breakdowns of shares/fees differ based on each transaction's payment method, game type, country VAT etc.) that leave a creator potentially with nothing.

If you offer Gift Cards for sale on your Tebex Store with a linked discount for customers, this discount will be invalid on payments involving Gift Cards.

How Do Creators Get A Wallet?

When creating a Creator Code you will have to specify the creators wallet reference - this is so we know where to send the funds. Provide the following instructions to your creators so they're able to get this information to you:

  1. Create a Tebex account.

  2. Setup your wallet either as an individual or as a registered business.

  3. Add your payout information.

  4. To find your wallet reference (to provide to the store owner) go to Withdraw and then click Your Details. Your wallet reference is listed in the popup window.

  5. Provide your wallet reference to the owner of the store who's creator code scheme you're participating in.

  1. To find your wallet reference (to provide to the store owner) go to Withdraw and then click Your Details. Your wallet reference is listed in the popup window.

  2. Provide your wallet reference to the owner of the store who's creator code scheme you're participating in.

Transaction Settlement Period

When receiving payments to your Wallet via a Creator Code, please note that the default settling period for these transactions is 30 working days.

Custom Template Additions

If you wish to allow customers to provide a creator code via your webstore, please add the following code to your custom template.

<form method="post" action="/creator-code/add">
    <div class="input-group">
        <input type="text" class="form-control" name="code" placeholder="Enter a creator code" value="{{ basket.creator_code }}" {{ basket.creator_code ? 'disabled' }}>
        <div class="input-group-append">
            {% if basket.creator_code %}
                <a href="/creator-code/remove" class="btn btn-danger">Remove</a>
            {% else %}
                <button type="submit" class="btn btn-primary">Add</button>
            {% endif %}
        </div>
    </div>
</form>

Creator codes can only be provided if the customer has a basket, therefore we advise adding this code to checkout.html.

Go to .

Login to your wallet by going to .

https://wallet.tebex.io/register
https://wallet.tebex.io