> ## Documentation Index
> Fetch the complete documentation index at: https://reseller-docs.wamatrix.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Currency setup

> Set the one base currency your plans, invoices, and payments use.

Your **base currency** is the single currency your whole reseller business runs in. Every plan you price, every invoice you issue, every coupon you create, and every payment your tenants make uses this currency.

You can set only **one** base currency for your platform, and it is used for everyone. You cannot price a plan in two currencies, and the platform never converts an amount from one currency to another.

This matters because a price on its own is just a number. When you type `499` into a plan, the base currency is what decides whether that means 499 rupees or 499 dollars — and it is also what puts the right symbol (`₹499`) next to it everywhere your tenants see it.

<Note>
  This is separate from the currency you pay **WaMatrix** in for your own reseller plan. This setting only controls how you bill **your** tenants.
</Note>

## Why the base currency matters

Setting the currency is not a cosmetic preference — it unlocks and defines the rest of the billing setup.

<CardGroup cols={2}>
  <Card title="It unlocks plan creation" icon="layers" href="/pa/plans-and-pricing">
    Plans cannot be created until a base currency exists. Every plan is automatically tagged with it.
  </Card>

  <Card title="It defines what your prices mean" icon="tag">
    A price of `499` is meaningless on its own. The base currency is what makes it ₹499 rather than \$499.
  </Card>

  <Card title="It sets the symbol everywhere" icon="badge-dollar-sign">
    Your symbol is used on the storefront, the admin panel, invoices, PDFs, and billing emails.
  </Card>

  <Card title="It scopes taxes and coupons" icon="percent" href="/pa/billing-and-payouts#taxes">
    Tax rates and fixed-amount coupons use the same currency as your plans.
  </Card>
</CardGroup>

### Where the currency appears

| Area                                         | How the currency is used                                              |
| -------------------------------------------- | --------------------------------------------------------------------- |
| [**Plans**](/pa/plans-and-pricing)           | Every plan is priced in the base currency and tagged with it on save. |
| **Public plans page**                        | Prices are shown to visitors with your symbol.                        |
| [**Subscriptions**](/pa/subscriptions)       | Recurring charges are raised in the base currency.                    |
| [**Invoices**](/pa/invoices-and-payments)    | Invoice totals, line items, and generated PDFs use your symbol.       |
| [**Offline payments**](/pa/offline-payments) | Submitted amounts and approval alerts are shown in the base currency. |
| [**Coupons**](/pa/coupons)                   | Fixed-amount discounts are deducted in the base currency.             |
| [**Taxes**](/pa/billing-and-payouts#taxes)   | Tax rates are tagged with the base currency.                          |
| **Billing emails**                           | Amounts in tenant-facing emails are formatted with your symbol.       |

<Warning>
  There is **no currency conversion**. A price of `499` is charged as 499 units of your base currency to every tenant, wherever they are. If you want to sell at different price points in different regions, that is a pricing decision you make per plan — not something the currency setting does for you.
</Warning>

## Before you choose

Pick the currency you actually **bank and settle in**, then check it against the rest of your setup.

<AccordionGroup>
  <Accordion title="Your payment gateway must accept it" icon="credit-card">
    Your tenants pay you through the [payment gateways](/pa/billing-and-payouts) you connect. Confirm your gateway and merchant account can settle in your chosen currency before you go live.

    If a gateway cannot accept your currency, tenants will not be able to complete an online payment — you would be limited to [offline payments](/pa/offline-payments), which settle in whatever currency you bank in.
  </Accordion>

  <Accordion title="It should match your plan pricing strategy" icon="layers">
    Because there is no conversion, your base currency is also your pricing currency for every market you sell into. Choose the currency most of your tenants will pay in.
  </Accordion>

  <Accordion title="The ISO code becomes permanent once you sell" icon="lock">
    You can change the code freely while you are still setting up. Once a tenant holds an active subscription, the code is locked. See [what you can and cannot change later](#what-you-can-and-cannot-change-later).
  </Accordion>
</AccordionGroup>

## Set the base currency

Go to **Setup → Currency** in the sidebar. The page shows a **Base Currency** card, plus a setup notice while no currency is configured.

<Frame caption="The Edit Currency panel, showing the Currency Name, ISO Code and Symbol fields">
  <img src="https://mintcdn.com/reseller-docs/N3dwUQXnwHM07XTT/images/pa/currency-edit-sheet.png?fit=max&auto=format&n=N3dwUQXnwHM07XTT&q=85&s=07c9012be30e032f52ae5601ec442b78" alt="The Edit Currency panel, showing the Currency Name, ISO Code and Symbol fields" width="556" height="391" data-path="images/pa/currency-edit-sheet.png" />
</Frame>

<Steps>
  <Step title="Open Currency">
    Go to **Currency** in the sidebar.
  </Step>

  <Step title="Click Add Currency">
    This opens the currency panel. The button is only shown while no base currency exists — one base currency per platform.
  </Step>

  <Step title="Fill in the fields">
    | Field             | Required | Description                                                                                    |
    | ----------------- | -------- | ---------------------------------------------------------------------------------------------- |
    | **Currency Name** | Yes      | The full name shown in the panel, for example `Indian Rupee`. Up to 100 characters.            |
    | **ISO Code**      | Yes      | The 3-character ISO 4217 code, for example `INR`. Typed manually and uppercased automatically. |
    | **Symbol**        | Yes      | The symbol printed next to every amount, for example `₹`. Up to 10 characters.                 |
  </Step>

  <Step title="Save">
    Click **Save**. The currency appears in the **Base Currency** card and the **Add Plan** button becomes available.
  </Step>
</Steps>

<Tip>
  Enter the symbol exactly as you want it to appear on invoices and on your public plans page — for example `$`, `₹`, `€`, or a prefixed form like `A$`. This is the symbol tenants see.
</Tip>

## What you can and cannot change later

<Warning>
  Once any tenant has an **active**, **past-due**, or **billing-only** subscription, the **ISO Code cannot be changed**. For example, **INR cannot be changed to USD**.

  This is enforced, not just advised. Changing the code would quietly change what every saved plan price and coupon amount means — the numbers would stay the same, but a ₹4,999 plan would become a \$4,999 plan.
</Warning>

| Field             | Before you have subscriptions | After a subscription is active |
| ----------------- | ----------------------------- | ------------------------------ |
| **Currency Name** | Editable                      | Editable                       |
| **Symbol**        | Editable                      | Editable                       |
| **ISO Code**      | Editable                      | **Locked**                     |

Cancelled and expired subscriptions do not lock the currency — nothing further will be charged on them.

<Card title="Next: create your plans" icon="layers" href="/pa/plans-and-pricing">
  With a base currency set, the **Add Plan** button is enabled and every plan you create is priced in it.
</Card>
