About
Geographic coverage
US only — no international calculations for new customers.Setup
Prerequisites
- A TaxJar account and API token.
Connecting your account
- Navigate to Settings > Taxes in the Orb dashboard.
- Select “Connect to TaxJar.”
- Enter your TaxJar API token and default tax code.
Setting up tax codes
Configure aproduct_tax_code per Orb Item under Settings > Items > Item name > edit.
Sample request and response payload
The example below is illustrative of the shape Orb sends to and receives from TaxJar today, based on Orb’s tax provider processors and test fixtures. Exact field names and structure can change as TaxJar versions its API — confirm against current behavior before relying on it for integration work.
Request (Orb → TaxJar)
Response (TaxJar → Orb)
Reporting tax for filing
Once the invoice is issued or finalized, Orb separately reports the collected tax by creating an order transaction via POSTtransactions/orders. Unlike the calculation call, the reporting request includes a top-level sales_tax amount and a transaction_date, plus a per-line sales_tax on each line item.