Skip to content

Add New Currency

Akram El Assas edited this page Dec 12, 2024 · 9 revisions

Here is the list of all supported currencies: https://docs.stripe.com/currencies

By default, only USD, EUR and GBP are available but you can add other currencies if you want. To do so, open frontend/src/config/env.config.ts and add the three-letter ISO 4217 alphabetic currency codes, e.g. "USD" or "EUR" and their symbols to CURRENCIES constant.

That's it! Once added the new currencies will show up in the header menu and the end user can switch between all available currencies.