Menu
Countries
Active countries
Arguments
MerchantNameCode
The merchant name code.
Example : sandbox
URL
HTTP request method : GET
URL :
https://dev.digipart.fr/api/countries/active/list
Fields
IdLang : this is the id of the language in which the countries will be displayed.
Exemple of response
{
"ActiveCountries": [
{
"IdCountry": "3",
"CountryName": "France",
"CountryCurrencies": [
{
"CurrencyName": "Euro",
"CurrencyIsoCode": "EUR",
"CurrencySign": "€",
"IsMainCurrency": true
},
{
"CurrencyName": "Franc Suisse",
"CurrencyIsoCode": "CHF",
"CurrencySign": "CHF",
"IsMainCurrency": false
},
{
"CurrencyName": "Livre sterling",
"CurrencyIsoCode": "GBP",
"CurrencySign": "£",
"IsMainCurrency": false
}
]
},
{
"IdCountry": "5",
"CountryName": "Belgique",
"CountryCurrencies": []
},
{
"IdCountry": "6",
"CountryName": "Allemagne",
"CountryCurrencies": [
{
"CurrencyName": "Euro",
"CurrencyIsoCode": "EUR",
"CurrencySign": "€",
"IsMainCurrency": false
},
{
"CurrencyName": "Franc Suisse",
"CurrencyIsoCode": "CHF",
"CurrencySign": "CHF",
"IsMainCurrency": false
}
]
},
{
"IdCountry": "6",
"CountryName": "Germany",
"CountryCurrencies": [
{
"CurrencyName": "Euro",
"CurrencyIsoCode": "EUR",
"CurrencySign": "€",
"IsMainCurrency": false
},
{
"CurrencyName": "Franc Suisse",
"CurrencyIsoCode": "CHF",
"CurrencySign": "CHF",
"IsMainCurrency": false
}
]
},
{
"IdCountry": "7",
"CountryName": "États-Unis",
"CountryCurrencies": [
{
"CurrencyName": "Dollar Américain",
"CurrencyIsoCode": "USD",
"CurrencySign": "$",
"IsMainCurrency": false
}
]
}
]
}