---
title: "List countries"
method: GET
path: "/countries"
tags: ["countries"]
---

# List countries

`GET /countries`

Returns a list of all available products by country.

## Query parameters

- `country` 'US' | 'CA' | 'UK' | 'DE' | 'AU'
- `paymentType` string
- `paymentProvider.subType` string
- `enabled` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- CountriesGetCountriesResponse200
  - `countries` Country[]
    - `numericCode` integer — Number Country numeric code defined in ISO 3166-1
    - `alpha2Code` string — Country alpha2 code defined in ISO 3166-1
    - `alpha3Code` string — Country alpha3 code defined in ISO 3166-1
    - `name` string — Country name
    - `currencies` string[] — Array of currencies supported by country
    - `paymentTypes` PaymentType[] — Array of payment types supported by country
    - `paymentProviderSubtypes` PaymentProviderSubtype[] — Array of Payment Provider Subtypes values supported by country
    - `enabled` boolean — Indicates if the country is currently supported

## Other responses

- `400` — One of the request parameters is invalid (sending an invalid amount format string for example).

---

[API](https://skmtc.dev/trustly/apis/api.md) · [All operations](https://skmtc.dev/trustly/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustly/api/revisions/2dad675032f1/schema)
