Tax Rate
Get Tax Rate
Retrieve a detailed tax rate breakdown based on product, customer, and location context.
POST
Use this endpoint to determine whether a product or service is taxable in a specific jurisdiction and retrieve the full tax rate breakdown, including reverse charge and exemption status.
Request Paramters
The request body accepts the following fields:
Response Fields
Returns tax determination and detailed rates:
Notes
All rate fields are integers multiplied by 1000 (e.g.,
19000
= 19%
)If both
product_id
and product_category
are provided, product_id
takes priorityIf both
customer_id
and customer_type
are provided, customer_id
takes priorityReverse charge is determined automatically based on customer and jurisdiction
This endpoint is optimized for real-time use during transaction or invoice creation.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Optional. Unique key to ensure idempotent operations (e.g., retry-safe requests).
Body
application/json
Response
200
application/json
Successful tax rate breakdown
The response is of type object
.