---
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` 'US' | 'GB' | 'FR' | 'CA' | 'JP'
    - `currencies` IsoCurrency[]

## Changes

- **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
- **2019-07-15** `ced8e167a97c` — 4 breaking, 10 warning, 4 info
  - the `countries/items/currencies/items/` response property's maxLength was unset from `3` for the response status `200`
  - the `countries/items/isoCountryCode` response property's maxLength was unset from `2` for the response status `200`
  - the `countries/items/currencies/items/` response property's minLength was decreased from `3` to `0` for the response status `200`
  - the `countries/items/isoCountryCode` response property's minLength was decreased from `2` to `0` for the response status `200`
  - …14 more

[Change 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.dev/velopaymentsapi/apis/velo-payments-apis/revisions/1b2abf26b5d6?raw)
