T
T
Tebex Store
Search
⌃K

Creator Codes

Creator Codes are a Tebex Checkout only feature as this system isn't possible on Legacy Tebex.
Creator codes allow your customers to support your streamers, YouTubers and other creators 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.

Pricing

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

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:
I don't have an existing wallet
I already have a wallet
  1. 2.
    Create a Tebex account.
  2. 3.
    Setup your wallet either as an individual or as a registered business.
  3. 4.
    Add your payout information.
  4. 5.
    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. 6.
    Provide your wallet reference to the owner of the store who's creator code scheme you're participating in.
  1. 1.
    Login to your wallet by going to https://wallet.tebex.io.
  2. 2.
    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.
  3. 3.
    Provide your wallet reference to the owner of the store who's creator code scheme you're participating in.

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.