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

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
scheme
enum<string>
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.
Available options:
exempt,
standard,
reverse_charge,
manual,
not_eligible
rate
number
required

Tax rate percentage.