/
HY
hyperline
/
Hyperline API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-22
239
208
1.7 MB
Customers
Get customer tax rates
Retrieve the eligible tax rates for a customer.
get
/v1/customers/{id}/taxes/rates
Path parameters
id
string
required
Response
object[]
required
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.