TaxJar

Integration

TaxJar

Automated sales tax for the US and Canada.

What it does

  • Real-time tax calculationsTax
  • Automatic filing and remittance
  • Multi-state nexus supportTax

Product surfaces

Where TaxJar fits in the buying workflow

Integrations work best when the checkout surface, payment state, invoice record, and post-purchase automation all point at the same commercial object. These product screens show the Plandalf controls that should be configured before TaxJar receives checkout, payment, tax, or workflow context.

The Numi offer editor showing layout, product, theme, automation, invoice, and settings controls.
The Numi checkout elements palette showing content, interactive, and selling blocks.
The Numi offer editor automation tab showing sequence controls beside the checkout canvas.

Purchase events can start follow-up

TaxJar should fit into the work after checkout: fulfilment, records, CRM updates, support context, webhooks, and sequences.

The Numi tax settings screen showing tax configuration.

Tax settings stay attached to checkout

TaxJar belongs in the checkout calculation path, not as cleanup after invoices and payment records drift apart.

Builder paths

Stack guides that use TaxJar

Use these stack guides when a builder needs the whole path: sales surface, Plandalf offer, payment handoff, automation, fulfilment, records, and downstream integrations.

Overview

US-and-Canada-focused sales tax automation. Connect with an API token from your TaxJar dashboard. We compute tax on every checkout in your covered jurisdictions, push transactions back for filing, and cache exempt-customer rules per org.

Automation graph

Connecting TaxJar

How TaxJar participates in Plandalf sequences: what events it exposes upward, and what actions Plandalf can perform on it.

Actions on TaxJar

Things Plandalf sequences can do after checkout, payment, invoice, customer, or deadline events.

taxjar.calculate_tax
Compute sales tax / VAT for a Plandalf checkout via TaxJar.
Example sequence
trigger: plandalf.checkout.tax_quote_requested
actions:
  - taxjar.calculate_tax:
      address: ${customer.address}
      lineItems: ${cart.items}

Integration methods

How TaxJar connects to Plandalf

Each method below is the minimum viable setup. Pick the one closest to how you already use TaxJar with checkout, payments, invoices, webhooks, API work, SDK checkout, and integrations.

  1. Method 1

    Integrate via the Plandalf REST API

    TaxJar doesn't expose a recognized capability above, so wire it up through the Plandalf REST API — POST events in, GET state out.

    curl -X POST https://api.plandalf.com/v1/events \
      -H "Authorization: Bearer $PLANDALF_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{"source": "taxjar", "type": "custom", "data": {}}'
Official TaxJar docs and sign-up: www.taxjar.com

FAQ

Common questions about the TaxJar integration

Do I need a paid plan to use TaxJar with Plandalf?

Plandalf itself is free to connect to TaxJar. You only need a TaxJar account that allows API access, which is almost every paid plan.

How long does setup take?

Under 10 minutes — paste a webhook URL into TaxJar, point it at the Plandalf endpoint, and trigger a test event to confirm.

Can I disconnect TaxJar later without losing data?

Yes. Disconnecting only revokes the credentials — historical events Plandalf fired stay in your sequence logs, and TaxJar's own records are untouched. You can reconnect any time and resume from the last seen event.

Does Plandalf store TaxJar data?

Plandalf stores the minimum IDs needed to address a record in TaxJar plus a log of events Plandalf fired. Source-of-truth data stays in TaxJar.

What if my tax need isn't covered by the actions or triggers listed here?

Drop into the Plandalf REST API and call TaxJar directly from your sequence's HTTP action. Anything TaxJar's public surface exposes is reachable.

Is there a usage limit?

There's no Plandalf-side limit. TaxJar's own plan limits apply.

Where do I find TaxJar's own documentation?

TaxJar's homepage at https://www.taxjar.com links to their developer docs. For Plandalf-side questions about the TaxJar integration, see the Plandalf docs.

Feature detail