---
title: "Gets a list of countries where payouts services offered."
method: GET
path: "/payout/country/list"
tags: ["Payout Catalog"]
---

# Gets a list of countries where payouts services offered.

`GET /payout/country/list`

This **GET** endpoint is used to retrieve a list of all currently available countries of service. <br> You can use this endpoint to obtain a list of countries where MassPay services are offered. <br> There are no required parameters for this endpoint. <br> The response will include a JSON array containing details for each country, including the country code, name, and `three_letter_code`.

## Response `200`

Successful operation.

- Country[]
  - `code` string, required — Country code [ISO_3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
  - `name` string, required — Name of country
  - `three_letter_code` string, required — The user's country code. ISO_3166-1_alpha-3 code
  - `iso_numeric` integer, required — ISO 3166-1 numeric country code, returned as an integer without leading zeros (e.g., 8 for Albania, not "008")
  - `generic_options` string[], required — List of generic option services that are available in this country. Empty if no generic payers are available.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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