Currencies

LOKE supports multiple currencies, however each entity must be in a single currency.

That means each order, payment and menu will have a defined currency, and all amounts contained within that entity will be in that currency.

The currency in use is typically specified in the currency field of the entity as a 3-digit ISO-4217 code.

Currency Unit

All currency amounts in API requests and responses are in the lowest denomination of the currency (ie: the currency's smallest unit - cents, pence, etc).

For example, a 10 USD amount is specified as a value of 1000 (that is, 1000 cents).

In this article