Skip to main content

Documentation Portal

External Methods

GetCountries

Returns a list of countries with their properties.

Method/URL

GET https://[DOMAIN_URL]/externalapi/GetCountries?merchantToken={MerchantToken}

Example

Response

{
    "countryCode": "US",
    "countryCodeISO3": "USA",
    "countryName": "United States",
    "isOperatedByGlobale": true,
    "defaultCurrencyCode": "USD",
    "isFixedPricesSupported": true
}
GetCurrencies

Returns a list of currencies with their properties.

Method/URL

GET https://[DOMAIN_URL]/externalapi/GetCurrencies?merchantToken={MerchantToken}

Example

Response

{
    "currencyCode": "USD",
    "currencyName": "US Dollar",
    "currencySymbol": "$",
    "decimalPlaces": 2
}