---
title: "List supported countries for bank payouts"
method: GET
path: "/api/account/countries"
tags: ["Accounts"]
---

# List supported countries for bank payouts

`GET /api/account/countries`

Returns countries supported for bank payout destinations and which business types are available per country.

## Response `200`

List supported countries for bank payouts successful

- SupportedCountryDto[]
  - `countryCode` string, required — ISO-3166 alpha-2 country code
  - `INDIVIDUAL` boolean, required — Whether individual bank payouts are supported in this country
  - `BUSINESS` boolean, required — Whether business bank payouts are supported in this country
  - `paused` boolean, required — Whether bank registration and payouts for this country are temporarily paused

## Other responses

- `401` — Unauthorized - Invalid API key

---

[API](https://skmtc.net/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.net/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/versions/3012dd3dd14a/schema)
