Currencies
Currency conversion is an important feature of any e-commerce business or marketplace.
To specify the currency code in a request, you use the currency_code
field.
For example:
"transaction": {
"currency_code": "EUR",
"buyer_name": "Scenario #1 buyer",
"invoice_timestamp": "2020-05-20T01:59:59+04:00",
"ship_to_address": {
"street_name": "30 Monmouth Street",
"city": "Bath",
"postal_code": "BA1 2AP",
"country_code": "GB"
},
Currency Conversion
The information about how the currency is converted is specified in the responses sent by the API. In this example, the currency was converted to Euro on July 15th 2021 and the rate was from the European Central Bank:
"additional_currencies": {
"consignment": {
"currency_code": "EUR",
"fx_date": "2021-07-15T11:49:32Z",
"fx_rate": 1,
"fx_source": "ECB"
Supported Currencies
The following table lists the currencies are supported.
Currency | Currency Code |
---|---|
United Arab Emirates Dirham | AED |
Albanian Lek | ALL |
Australian Dollar | AUD |
Bulgarian Lev | BGN |
Bahraini Dinar | BHD |
Brazilian Real | BRL |
Belarusian ruble | BYN |
Canadian Dollar | CAD |
Swiss Franc | CHF |
Yuan Renminbi | CNY |
Czech Koruna | CZK |
Danish Kroner | DKK |
Euro | EUR |
British Pound | GBP |
Hong Kong Dollar | HKD |
Croatian Kuna | HRK |
Forint | HUF |
Rupiah | IDR |
New Israeli Sheqel | ILS |
Indian Rupee | INR |
Japanese Yen | JPY |
Won | KRW |
Lithuanian Litas | LTL |
Macedonian Denar | MKD |
Mexican Peso | MXN |
Malaysian Ringitt | MYR |
Norwegian Krone | NOK |
New Zealand Dollar | NZD |
Philippine Peso | PHP |
Polish New Zloty | PLN |
Romanian New Leu | RON |
Serbian Dinar | RSD |
Russian Ruble | RUB |
Saudi Arabian Riyal | SAR |
Swedish Kroner | SEK |
Singapore Dollar | SGD |
Baht | THB |
New Turkish Lira | TRY |
US Dollar | USD |
South African Rand | ZAR |
Updated 20 days ago