The group currency is the main, default currency of your Engage instance. It’s used in BI exports, in purchases and returns, for generating points and in reward vouchers. The format of the Engage group currency is ISO 4217. For example:Documentation Index
Fetch the complete documentation index at: https://developer.voyado.com/llms.txt
Use this file to discover all available pages before exploring further.
- EUR
- SEK
- GBP
- NOK
- USD
Example of conversion table
toFactor gives you the value in the secondary currency.
A secondary currency value multiplied by fromFactor gives you the value in the group currency.
Group currency in transactions
If a transaction is sent to Engage in a currency that isn’t the group currency, it will be converted to the group currency using the values given in the conversion table. These values, though, are static and don’t consider the daily fluctuations in the currency. A more exact way is to send the currency conversion at the moment the transaction was made, using theexchangeRateToGroupCurrency field in the transaction payload.
Here is an example when the group currency in Engage is set to EUR:
Example of EUR group currency
exchangeRateToGroupCurrency exists in the payload, it will be used to convert the amount to the group currency. Otherwise the default value in the conversion table will be used to do that.
