Customers
Get customer tax rates
Retrieve the eligible tax rates for a customer.
GET
/
v1
/
customers
/
{id}
/
taxes
/
rates
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
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
Tax rate percentage.
Was this page helpful?