---
title: "List Country Specs"
method: GET
path: "/v1/country_specs"
---

# List Country Specs

`GET /v1/country_specs`

Lists all Country Spec objects available in the API.

## Query parameters

- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string

## Response `200`

Successful response.

- object
  - `data` CountrySpec[], required
    - `default_currency` string, required — The default currency for this country. This applies to both payment methods and bank accounts.
    - `id` string, required — Unique identifier for the object. Represented as the ISO country code for this country.
    - `object` 'country_spec', required — String representing the object's type. Objects of the same type share the same value.
    - `supported_bank_account_currencies` object, required — Currencies that can be accepted in the specific country (for transfers).
    - `supported_payment_currencies` string[], required — Currencies that can be accepted in the specified country (for payments).
    - `supported_payment_methods` string[], required — Payment methods available in the specified country. You may need to enable some payment methods (e.g., [ACH](https://stripe.com/docs/ach)) on your account before they appear in this list. The `stripe` payment method refers to [charging through your platform](https://stripe.com/docs/connect/destination-charges).
    - `supported_transfer_countries` string[], required — Countries that can accept transfers from the specified country.
    - `verification_fields` CountrySpecVerificationFields, required
      - `company` CountrySpecVerificationFieldDetails, required
        - `additional` string[], required — Additional fields which are only required for some users.
        - `minimum` string[], required — Fields which every account must eventually provide.
      - `individual` CountrySpecVerificationFieldDetails, required
        - `additional` string[], required — Additional fields which are only required for some users.
        - `minimum` string[], required — Fields which every account must eventually provide.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
