get https://api-sandbox.tucambio.app/api/companies/currency-exchanges/origins
This function returns a list of valid currencies to send a remittance.
Responses
This function returns a list of valid currencies to send a remittance.
xxxxxxxxxx
curl --request GET \
--url https://api-sandbox.tucambio.app/api/companies/currency-exchanges/origins \
--header 'accept: application/json' \
--header 'x-date: 2024-02-20T15:44:42.310Z'
xxxxxxxxxx
24[
{
"currencyId": 1,
"currencyName": "Pesos Chilenos",
"isoAlphaCode": "CLP",
"decimals": 0,
"country": {
"countryCode": "CHI",
"countryName": "Chile",
"countryFlag": "https://tucambio-api.azurewebsites.net/public/countries/chile.png"
}
},
{
"currencyId": 5,
"currencyName": "US Dollar",
"isoAlphaCode": "USD",
"decimals": 2,
"country": {
"countryCode": "USA",
"countryName": "Estados Unidos",
"countryFlag": "https://tucambio-api.azurewebsites.net/public/countries/usa.png"
}
}
]