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

# List Supported Countries

`GET /v2/supportedCountries`

> **Deprecated.**

List the supported countries.

## Response `200`

List of Supported Countries

- SupportedCountriesResponseV2
  - `countries` SupportedCountryV2[]
    - `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[]
    - `regions` RegionV2[]
      - `name` string
      - `abbreviation` string

## Changes

- **2023-01-26** `c9570437d66c` — 1 info
  - endpoint deprecated
- **2020-06-24** `aded220b0d7b` — 1 info
  - api operation id `listSupportedCountries` removed and replaced with `listSupportedCountriesV2`
- **2020-01-29** `ae72c22b6737` — 1 info
  - the `countries/items/isoCountryCode` response's property pattern `^[A-Z]{2}$` was added for the status `200`
- **2020-01-28** `1b2abf26b5d6` — 1 breaking, 2 warning, 11 info
  - the `countries/items/regions` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `countries/items/regions/abbreviation` from the response with the `200` status
  - removed the optional property `countries/items/regions/name` from the response with the `200` status
  - removed the `CA` enum value from the `countries/items/isoCountryCode` response property for the response status `200`
  - …10 more
- **2019-12-11** `a0b19fa311c0` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v2/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)
