Currencies
ActivePlatform allows resellers to use different currencies for plans.
The list of currencies and their parameters are read-only. To add a new currency or make any changes in the existing currencies, please contact the support team.
At the same time, currency rates are available for changing in another section (see Currency rates).
To view the list of currencies, go to Currencies (see Navigation).
The list includes the following columns:
- ID — the unique identifier of a currency in the platform.
- Currency code — the currency code (ISO 4217:2008).
- Precision — the number of decimal places for currency subunits (for example, for cents, the precision is 2).
- Unit — the displayed name for the currency units.
- Separator — the decimal separator (for example, ".": 99.99).
- Delimiter — the separator for groups of thousands (for example, ",": 10,000).
- Format — the display order of units and amount:
- %n — amount.
- %u — units.
For example, the %u%n format for the "100" amount and "$" units is displayed as $100.