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.
- Independent API: use it with Stripe, Shopify, WooCommerce, custom checkouts—anything.
- Filing-ready exports: bucket totals derived from recorded transactions.
- Simple pricing: API access from $25/mo with published overage.
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).