Skip to main content

Currencyapiv1

codestring

The three-letter code for this currency

creationDatestring<date-time>

timestamp of when this currency was created

currencySymbolPositionstring

describes where the currency symbol appears, ie. before or after the number

Possible values: [AFTER_NUMBER, BEFORE_NUMBER]

digitsAfterDecimalnumber

describes how many decimal places there are in the minor currency unit, eg, for a currency with 100 minor units to 1 major unit, the number will be 2

isBaseCurrencyboolean

whether this is the base currency of your Mambu instance

lastModifiedDatestring<date-time>

the timestamp of when this currency was last modified

namestring

the human-readable name of the currency

symbolstring

the symbol used to represent the currency, eg $,€ or £

Currencyapiv1
{
"code": "string",
"creationDate": "2024-07-29T15:51:28.071Z",
"currencySymbolPosition": "AFTER_NUMBER",
"digitsAfterDecimal": 0,
"isBaseCurrency": true,
"lastModifiedDate": "2024-07-29T15:51:28.071Z",
"name": "string",
"symbol": "string"
}