Appearance
Skip to content
Are you an LLM? You can read better optimized documentation at /administration/currencies.md for this page in Markdown format
Currencies

The Currencies module is a read-only reference directory of all currencies supported by Payment Nexus. Currency configuration is managed at the system level and is not editable through the portal.
Permissions
| Action | Permission required |
|---|---|
| View the directory | currency:read + application:administer |
| Open a currency record | currency:read + application:administer |
| Trigger a rate sync | currency:sync + application:administer |
Directory columns
| Column | Description |
|---|---|
| ID | Internal currency identifier |
| Symbol | ISO currency code (e.g. USD, EUR, BTC) |
| Name | Full currency name (e.g. "US Dollar") |
| Euro Exchange Rate | The current exchange rate relative to EUR |
| Updated At | When the rate was last refreshed |
Exchange rates
EUR is the system's base currency. Every other currency stores its rate as a ratio to EUR. Rates are updated automatically by a background sync service and are not manually editable. The Updated At column shows when the last successful sync occurred for each currency.
The EUR-normalised rate is used to compute the Volume metric — all payment amounts are converted to EUR at the rate recorded at the time of the transaction.