---
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

---

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