Working with Currencies
When dealing with our systems, the main thing to keep in mind is how we handle money properties. In this section, we will explain everything you need to know.
Currency format
Currency values are represented in the smallest unit of the currency. For example, for NOK (Norwegian Krone), the amount is specified in øre, which is 1/100th of a krone. Therefore, an amount of 40 NOK would be represented as 4 000 øre
{
"amount": 4000 // 40 NOK
}
Supported currencies
At the moment we only support Norwegian Kroners (NOK)