---
title: "Retrieve a Country Spec"
method: GET
path: "/v1/country_specs/{country}"
---

# Retrieve a Country Spec

`GET /v1/country_specs/{country}`

Returns a Country Spec for a given Country code.

## Path parameters

- `country` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- CountrySpec — Stripe needs to collect certain pieces of information about each account created. These requirements can differ depending on the account's country. The Country Specs API makes these rules available to your integration. You can also view the information from this API call as [an online guide](/docs/connect/required-verification-information).
  - `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.

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