Stripe Tax Alternative

If you want a general sales tax API with transparent pricing and filing-ready reporting (not tied to a specific payments stack), TaxLite is a Stripe Tax alternative.

Example request

curl -X POST https://taxlite.io/api/calculate \
  -H "Content-Type: application/json" \
  -H "x-company-key: tl_trial_your_key" \
  -d '{
    "state_code": "CA",
    "lat": 38.5816,
    "lng": -121.4944,
    "taxable_base_cents": 10000
  }'

Note: TaxLite currently supports general US sales tax only (no VAT/excise/income tax).

Try it live

Open the live tester →