Currency
The currency object represents the currency used within our systems, whenever a monetary amount is presented from our systems, this will be present alongside it..
An example of a Bank Object
{"id": "GBX","description": "Pence Sterling"}
idstring
The currency symbol.
descriptionstring
A human-readable description of the currency id (symbol).
Supported Currencies
The most up-to-date list of currencies can be found using the enums endpoint.
We currently support the following currencies,
GBXPence Sterling
USXDollar Cents
EUXEuro Cents
It should be noted that your account may not be setup to support all currencies. Please check with your felloh account manager to see which currencies you are setup for.