---
title: "List Supported Countries"
method: GET
path: "/v1/supportedCountries"
tags: ["Countries"]
deprecated: true
---

# List Supported Countries

`GET /v1/supportedCountries`

> **Deprecated.**

List the supported countries.

This version will be retired in March 2020. Use /v2/supportedCountries

## Response `200`

List of Supported Countries

- SupportedCountriesResponse
  - `countries` SupportedCountry[]
    - `isoCountryCode` string — Valid ISO 3166 2 character country code. See the <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" a>ISO specification</a> for details.
    - `currencies` IsoCurrency[]

## Changes

- **2020-01-29** `ae72c22b6737` — 6 info
  - removed the `CA` enum value from the `countries/items/isoCountryCode` response property for the response status `200`
  - removed the `FR` enum value from the `countries/items/isoCountryCode` response property for the response status `200`
  - removed the `GB` enum value from the `countries/items/isoCountryCode` response property for the response status `200`
  - removed the `JP` enum value from the `countries/items/isoCountryCode` response property for the response status `200`
  - …2 more
- **2020-01-28** `1b2abf26b5d6` — 6 info
  - removed the `CAD` enum value from the `countries/items/currencies/items/` response property for the response status `200`
  - removed the `EUR` enum value from the `countries/items/currencies/items/` response property for the response status `200`
  - removed the `GBP` enum value from the `countries/items/currencies/items/` response property for the response status `200`
  - removed the `JPY` enum value from the `countries/items/currencies/items/` response property for the response status `200`
  - …2 more
- **2019-12-11** `a0b19fa311c0` — 2 info
  - api operation id `listSupportedCountries` removed and replaced with `listSupportedCountriesV1`
  - endpoint deprecated
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v1/supportedCountries/get.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
