---
title: "Get customer tax rates"
method: GET
path: "/v1/customers/{id}/taxes/rates"
tags: ["Customers"]
---

# Get customer tax rates

`GET /v1/customers/{id}/taxes/rates`

Retrieve the eligible tax rates for a customer.

## Path parameters

- `id` string, required

## Response `200`

- object[]
  - `scheme` 'exempt' | 'standard' | 'reverse_charge' | 'manual' | 'not_eligible', required — Tax rate scheme. - `exempt`: The customer is exempt from tax. - `standard`: The customer is subject to standard tax. - `reverse_charge`: The customer is subject to reverse charge tax. - `manual`: The customer tax rate is manually set. - `not_eligible`: The customer is not eligible for tax.
  - `rate` number, required — Tax rate percentage.

---

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