Back to Directory
TaxJar favicon

TaxJar

Ecosystem

Sales tax automation for e-commerce, acquired by Stripe, covering US state sales tax calculation and filing.

TaxJar is a sales tax automation platform focused on US e-commerce, acquired by Stripe in 2021. It automates sales tax calculation, reporting, and filing across all US states. Its SmartCalcs API provides real-time tax rates for any transaction, and its AutoFile feature handles filing returns automatically.

The Stripe acquisition makes TaxJar a natural component of Stripe-powered UCP implementations. When merchants use Stripe as their UCP payment handler, TaxJar's tax calculation integrates directly into the payment flow without additional configuration.

TaxJar's API is well-documented and low-latency, making it suitable for the real-time calculation requirements of agent-initiated checkout.

Why This Matters for UCP

TaxJar, as a Stripe subsidiary, provides the US sales tax calculation layer for Stripe-powered UCP transactions, enabling agents to collect the correct tax in all US states without merchant configuration.

UCP Capabilities

checkout

UCP Endpoint

Ecosystem — Endpoint not yet publicly available

Integration Example

// TaxJar calculates US sales tax during UCP checkout.
// Use SmartCalcs API before finalizing the transaction.

const taxResponse = await taxjar.taxForOrder({
  from_country: 'US',
  from_zip: merchantZip,
  from_state: merchantState,
  to_country: 'US',
  to_zip: shippingZip,
  to_state: shippingState,
  amount: subtotal,
  shipping: shippingCost,
  line_items: cartItems.map(item => ({
    id: item.sku,
    quantity: item.qty,
    unit_price: item.price,
    product_tax_code: item.taxCode,
  })),
});

const salesTax = taxResponse.tax.amount_to_collect;

UCP Status

Ecosystem

Tags

taxsales-taxe-commercestripeautomationus-states

Pricing

paid

Added 2026-04-21
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

2 other tools in Tax Compliance

Is this your tool? Claim this listing

Related Tax Compliance

Avalara favicon

Avalara

Tax Compliance

Ecosystem

Tax compliance automation platform covering sales tax, VAT, and GST for e-commerce and agent-initiated transactions.

taxsales-taxvat
Agent-Ready: 40%
4.1implementation(14 signals)
paid
Vertex favicon

Vertex

Tax Compliance

Ecosystem

Enterprise tax technology platform covering indirect tax, income tax, and global tax compliance for large businesses.

taxenterpriseindirect-tax
Agent-Ready: 40%
3.9implementation(12 signals)
enterprise