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