---
title: "List all tax codes"
method: GET
path: "/v1/tax_codes"
---

# List all tax codes

`GET /v1/tax_codes`

A list of [all tax codes available](https://stripe.com/docs/tax/tax-categories) to add to Products in order to allow specific tax calculations.

## Query parameters

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

## Response `200`

Successful response.

- object
  - `data` TaxCode[], required
    - `description` string, required — A detailed description of which types of products the tax code represents.
    - `id` string, required — Unique identifier for the object.
    - `name` string, required — A short name for the tax code.
    - `object` 'tax_code', required — String representing the object's type. Objects of the same type share the same value.
  - `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)
