Products by merchant
Products by merchant
GET {{Environment_URL}}/v1/exchanges/paper-money/currencies/:merchant_id
This route is responsible for the return of all currencies from a specific merchant.
Given that you have information about a Merchant (retrieved here) you can retrieve currencies enabled for this merchant.
Path Params
Name
Value
Description
merchant_id
WL-FRENTE-SP
Correspondent store unique identifier
Response
[
{
"currencyCode": "USD",
"currencyName": "Dólar Americano",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/united-states.svg"
},
{
"currencyCode": "EUR",
"currencyName": "Euro",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/european-union.svg"
},
{
"currencyCode": "GBP",
"currencyName": "Libra Esterlina",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/united-kingdom.svg"
},
{
"currencyCode": "DKK",
"currencyName": "Coroa Dinamarquesa",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/denmark.svg"
},
{
"currencyCode": "NOK",
"currencyName": "Coroa Norueguesa",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/norway.svg"
},
{
"currencyCode": "SEK",
"currencyName": "Coroa Sueca",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/sweden.svg"
},
{
"currencyCode": "AED",
"currencyName": "Dirham",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/united-arab-emirates.svg"
},
{
"currencyCode": "AUD",
"currencyName": "Dólar Australiano",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/australia.svg"
},
{
"currencyCode": "NZD",
"currencyName": "Dólar Neozelandês",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/new-zealand.svg"
},
{
"currencyCode": "CHF",
"currencyName": "Franco Suiço",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/switzerland.svg"
},
{
"currencyCode": "JPY",
"currencyName": "Iene Japonês",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/japan.svg"
},
{
"currencyCode": "CNY",
"currencyName": "Iuan Chinês",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/china.svg"
},
{
"currencyCode": "ARS",
"currencyName": "Peso Argentino",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/argentina.svg"
},
{
"currencyCode": "CLP",
"currencyName": "Peso Chileno",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/chile.svg"
},
{
"currencyCode": "COP",
"currencyName": "Peso Colombiano",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/colombia.svg"
},
{
"currencyCode": "MXN",
"currencyName": "Peso Mexicano",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/mexico.svg"
},
{
"currencyCode": "UYU",
"currencyName": "Peso Uruguaio",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/uruguay.svg"
},
{
"currencyCode": "ZAR",
"currencyName": "Rande Sul-africano",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/south-africa.svg"
},
{
"currencyCode": "RUB",
"currencyName": "Rublo",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/russia.svg"
},
{
"currencyCode": "ILS",
"currencyName": "Shekel",
"countryFlagUrl": "https://s3.amazonaws.com/frente-exchanges/flags/israel.svg"
}
]