---
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.

## Changes

> 51 revisions in range; 14 not diffed, 6 could not be searched.

- **2026-07-01** `e24a26de4188` — 3 breaking
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/application_fee/anyOf[subschema #2: PlatformFee]/balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - removed the required property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/failure_balance_transaction/anyOf[subschema #2: BalanceTransaction]/source/anyOf[subschema #6: Dispute]/payment_method_details/card/network` from the response with the `default` status
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/stripe/apis/spec3/changes/v1/country_specs/get.md)

---

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