Skip to main content
GET /service/countries

List of countries

Lists countries that contain at least one provider (i.e. bank).

Query Parameters
    locale Locale

    Desired language of country names (if supported). If no translation is found the default (english) name is returned. See supported dialog languages for more information.

Responses

Default response


Schema
  • Array [
  • code CountryCode

    Provider country code (ISO 3166 alpha-2 codes)

    name string

    country name (short country name in selected local language if available)

    iconUrl string

    Url to country flag image.

  • ]
Loading...