Currency

The Currency object represents the currency used within our systems. Whenever a monetary amount is presented, this currency object will be present alongside it, providing clarity on the currency format used.


Currency Model

Properties

  • Name
    id
    Type
    string
    Description

    The currency symbol, a shorthand identifier representing the currency.

  • Name
    description
    Type
    string
    Description

    A human-readable description of the currency id (symbol), explaining its denomination.

{
  "id": "GBX",
  "description": "Pence Sterling"
}

Supported Currencies

The most up-to-date list of currencies can be accessed using the enums endpoint. Currently, our systems support the following currencies:

Currency SymbolDescription
GBXPence Sterling
USXDollar Cents
EUXEuro Cents

Note: Your account may not be set up to support all currencies. Please verify with your Felloh account manager which currencies are available for your account setup.