Create Calculations
Get tax information for a given product and address
amount is the total for the line (not per-unit) in the currency’s smallest unit — quantity is record-keeping only and does not affect the taxable base. Per-unit pricing starts in 2026-01-01.cURL Header Example
Always set an API version — passX-API-Version explicitly (recommended), or configure a default version on your account. Requests with neither fall back to 2024-09-01:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version for this request. Always set a version: pass this header explicitly (recommended), or configure a default API version on your account and omit the header. Accounts with no configured version fall back to 2024-09-01, but an account default set to a newer version takes precedence over that fallback.
2024-09-01 Body
Customer details. Address is required. Optionally accepts a customer ID for order tracking and exemptions.
Optional, but relevant for tax collection in certain jurisdictions. The address that a product is shipped from.
You can store arbitrary keys and values in the metadata. At most 50 keys; each key at most 255 characters; each value must be a string of at most 255 characters (non-string values are rejected).
Response
Calculate response
The ID of the calculation. You will use this to create a transaction.
"calc_1783369478354d32be1ac-066b-49b1-a952-3e45e640c49c"
The type of object: tax.calculation.
"tax.calculation"
The ISO-4217 currency code of the transaction.
"USD"
false
Total tax to charge on this calculation, in the currency's smallest unit (rounded to an integer).
140
Total sale charge excluding tax, in the currency's smallest unit (rounded to an integer).
2000
Total sale charge plus tax, in the currency's smallest unit (rounded to an integer). What you should charge your customer.
2140
Unix timestamp in seconds at which the quoted tax rates expire — 24 hours after the calculation is created.
1714787673
True if using a production API key. False if using a test API key.
false
You can store arbitrary keys and values in the metadata. At most 50 keys; each key at most 255 characters; each value must be a string of at most 255 characters (non-string values are rejected).