Supported Currencies
INFO
This documentation is work in progress and subject to change. If you have any questions or feedback, please reach out to us via Support.
Zetl Embedded API required any currency amounts to be submitted in minor units: smallest unit of a selected currency, minor units configuration depends on number of decimals that a currency uses.
Example scenario of using minor unit representation. Most currencies use two decimals. Some currencies do not use decimals:
- GBP 10: GBP has two decimals, so in minor units submit an amount of 1000
- JPY 10: JPY has no decimals, so in minor units submit an amount of 10
Code | Name | Decimals |
---|---|---|
HKD | Hong Kong Dollars | 2 |
SGD | Singapore Dollars | 2 |
USD | US Dollars | 2 |
GBP | Pound Sterling | 2 |
MYR | Malaysian Ringgit | 2 |
PHP | Philippine Peso | 2 |
JPY | Japanese Yen | 0 |
INFO
Zetl Embedded API supports limited set of currency listed above, if you require additional supports for currency beyond list above please reach out to us via Support