# Regional Pricing

**Regional Pricing** allows you to offer localized pricing for your customers based on their country, not just currency. This creates a more personalized and transparent checkout experience while helping you optimize revenue globally.

***

### Key Changes

Tebex now supports **country-based pricing** rather than currency-based overrides. You can define prices per country and per package, giving you greater flexibility and control.

Per package pricing overrides allow you to charge differently for a package depending on the customer's country.

***

### Currency Behavior

* If you do **not enable additional supported currencies**, all customers will be charged in your **store’s default currency** (set during initial setup).
* You can view or change supported currencies on the [Project Page](https://creator.tebex.io/project); you can also view your store's default currency here too.

***

### Supported Currencies

You may optionally support additional pay-in currencies:

* USD
* GBP
* EUR
* AUD
* CAD
* PLN

To enable supported currencies:

1. Go to the [Checkout Settings](https://creator.tebex.io/payment-methods/settings) page.
2. In the **Supported Currencies** section, select the currencies you’d like to accept.

***

### Per-Country Configuration

To configure pricing by country:

1. Visit the **Regional Pricing** section on the **Project Page**.
2. Click **Configure**.
3. Enable Regional Pricing for selected countries.

If you don’t define per-package overrides, Tebex will:

* Use the base package price in your store’s default currency.
* Convert it to the regional currency using the latest exchange rate.

<figure><img src="https://1152203580-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuI8PwvsHA79mTA-7bh%2Fuploads%2FXm6zljn3hrTDiotAYNhs%2FScreenshot%202025-06-02%20at%2015.21.50.png?alt=media&#x26;token=13de3291-7ddf-4b34-8b9e-254a02642088" alt=""><figcaption></figcaption></figure>

> **Example:** If your default currency is USD and you enable EUR for France, we will convert the USD price into EUR unless a specific override is set.

{% hint style="info" %}
You can set pricing for all Euro countries using the “Eurozone” option. If you specify different rates for individual Euro countries, those per-country settings will take precedence over the Eurozone pricing.
{% endhint %}

***

### Per-Package Overrides

Fine-tune pricing for specific products by setting **per-package overrides**:

1. Go to the [**Packages**](https://creator.tebex.io/packages) page.
2. Select a package.
3. Scroll down & click **Regional Pricing**.
4. Set country-specific prices that override your base pricing.

<figure><img src="https://1152203580-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuI8PwvsHA79mTA-7bh%2Fuploads%2Fv1eXAWsdANwMatxYm23r%2FScreenshot%202025-06-02%20at%2015.06.33.png?alt=media&#x26;token=c41a04bc-a26f-4e86-afce-08499e43b036" alt=""><figcaption></figcaption></figure>

You can raise or lower prices as needed to account for market conditions.

***

### Frequently Asked Questions

#### What if I used Regional Pricing before June 2, 2025?

* The older version used **currency-based overrides**.
* If your store still uses this version, your settings will display currencies instead of countries.
* Once you switch to country-based pricing, you cannot revert back.

<figure><img src="https://1152203580-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LuI8PwvsHA79mTA-7bh%2Fuploads%2Fsq9zMZFUA6pihKe2KuJl%2FScreenshot%202025-06-02%20at%2013.56.16.png?alt=media&#x26;token=903cde08-72ba-443f-8b06-3dd8c11f3845" alt=""><figcaption></figcaption></figure>

***

#### How does settlement work?

* Tebex opens **separate balances** for each accepted currency.
* If a currency isn’t supported, funds are converted to your **fallback settlement currency**.

You can choose between:

* **Open a new balance when possible** (default)
* **Do not open a new balance** (forces conversions and may incur fees)

***

#### What happens with a currency selector on my template?

Customers will see prices in the selected currency on your storefront.\
However, **the checkout will use the currency defined by your Regional Pricing rules**.

***

#### Are there fees?

Regional Pricing itself, as a feature, is **free**. Currency conversion fees apply only when:

* A currency isn’t available in your wallet.
* A currency cannot be held for compliance reasons.

**Conversion fees:**

* USD: 2%
* GBP: 2%
* EUR: 2%

**What if a player uses a VPN to find a cheaper price?**&#x20;

* Our system utilises a multi-signal verification framework to verify a customer’s true location. Several data points are analysed together, including:
  * Payment method and billing address, which must align with the selected region.
  * Proxy and VPN detection, which identifies the use of masking or location-spoofing tools.
  * Device and transaction metadata, such as time zone, language, and system locale.

***

### Best Practices

Before enabling Regional Pricing, review our [Best Practices Guide](https://docs.tebex.io/creators/growth-and-success/regional-pricing-best-practices) to learn how to:

* Set base prices effectively.
* Avoid overpricing or underpricing in specific markets.
* Improve checkout conversion across countries.


---

# 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-control-panel/settings/checkout/regional-pricing.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.
