Skip to content

Create Currency

EndpointMethod
/api/admin/settings/currenciesPOST

Request Body

FieldTypeRequiredNotes
codestringyesAlpha, exactly 3 chars, unique. Uppercased by the model mutator.
namestringyes
symbolstringno
decimalstringno
group_separatorstringno
decimal_separatorstringno
currency_positionenumnoleft, right, left_with_space, right_with_space.

Fires core.currency.create.before/after. Permission: settings.currencies.create.

Released under the MIT License.