How to create a currency
Updated on 14 Aug 2023
Create Currency
Admin can create a new currency in their dashboard:
1. Go to Currencies
2. Currencies
3. Add new
4. Enter: Name, Code, Digital Code, Symbol, SN prefix, Fraction, Description
5. Create
Create Currency API
API name | Endpoint | Role | Request values | Response values to save |
Create new currency | POST /currencies | Administrator | { “code”: “GBP”, “digitalCode”: “926”, “symbol”: “£”, “name”: “British Pound Sterling”, “description”: “British Pound Sterling”, “fraction”: 100, “snPrefix”: “GBP”, “active”: true }
|