Currencyapiv1
codestring
the three letter ISO code for this currency
creationDatestring
the date on which this currency was created
currencySymbolPositionstring
indicates where the currency symbol should appear in relation to the numeric value
Possible values: [AFTER_NUMBER, BEFORE_NUMBER]
digitsAfterDecimalnumber
indicates how many decimal places are allowed for this currency. For example, a currenncy with 100 minor units to 1 major unit, there will be 2 decimal places.
isBaseCurrencyboolean
whether this currency is the base currency for your banking institution
lastModifiedDatestring
the date on which this currency was last modified
namestring
the name of this currency
symbolstring
the currency symnbol used for this currency
Currencyapiv1
{
"code": "string",
"creationDate": "string",
"currencySymbolPosition": "AFTER_NUMBER",
"digitsAfterDecimal": 0,
"isBaseCurrency": true,
"lastModifiedDate": "string",
"name": "string",
"symbol": "string"
}