π΅Currency
We help you personalize your ecommerce pages and accept payment with the user's home currency.
Sample Response
"currency": {
"code": "NGN",
"name": "Nigerian Naira",
"name_native": "Nigerian Naira",
"plural": "Nigerian nairas",
"plural_native": "Nigerian nairas",
"symbol": "NGN",
"symbol_native": "β¦"
},
Field
Description
code
The ISO 4217 3-letter currency code.
name
The name of the currency in US locale.
name_native
The name of the currency in native locale based on detected location and primary language
plural
The plural name of the given currency in NG locale.
plural_native
The plural name of the given currency in native locale based on detected location and primary language.
symbol
The symbol of the given currency.
Last updated
Was this helpful?