Currencies
The currency
field used throughout API specification represents a dynamic set of currencies that are supported on the Runa platform. As we expand into new markets, the list of currencies we support will expand. As a result your implementation will need to handle the addition of new values returned in this field, for example as part of the /product
endpoint, as well as using only those specified below as part of your requests.
A list of currently supported currencies is below, we’ll update this as we add more to our platform, however as mentioned prior, your implementation should gracefully handle these additions.
NOTE: For currencies labelled from USD only, products purchased in these currencies using Embedded FX must use USD as the currency in the payment method.
ISO 4217 Code | Currency Name | Embedded FX Supported |
---|---|---|
AED | Arab Emirates Dirham | ✅ from USD only |
ARS | Argentine Peso | ✅ from USD only |
AUD | Australian Dollar | ✅ |
BGN | Bulgarian Lev | ✅ from USD only |
BRL | Brazilian Real | ✅ from USD only |
CAD | Canadian Dollar | ✅ |
CHF | Swiss Franc | ✅ |
CLP | Chielan Peso | ✅ from USD only |
CNY | Chinese Yuan | ✅ |
COP | Colombian Peso | ✅ from USD only |
CZK | Czech Koruna | ✅ |
DKK | Danish Krone | ✅ |
EUR | Euro | ✅ |
GBP | British Pound | ✅ |
HUF | Hungarian Forint | ✅ |
ILS | Israeli Shekel | ✅ |
INR | Indian Rupee | ✅ from USD only |
JPY | Japanese Yen | ✅ |
KRW | South Korean Won | ✅ |
MXN | Mexican Peso | ✅ |
MYR | Malaysian Ringgit | ✅ from USD only |
NOK | Norwegian Krone | ✅ |
NZD | New Zealand Dollar | ✅ |
PEN | Peruvian Sol | ✅ from USD only |
PLN | Polish Zloty | ✅ |
RON | Romanian Leu | ✅ |
SAR | Saudi Riyal | ✅ from USD only |
SEK | Swedish Krona | ✅ |
SGD | Singapore Dollar | ✅ |
USD | United States Dollar | ✅ |
ZAR | South African Rand | ✅ |
Updated 12 days ago