Skip to main content

Nexus vs registrations

Nexus tells you where you must collect; registrations record where you actually can. Recording your registration number per state lets Recurso flag the compliance gap that matters — a state where you have nexus but no registration on file — and the liability report gives you the per-state figures to file.
Assumes US sales tax and nexus are already configured — see Set up US sales tax end-to-end.

Prerequisites

Step 1: Record your registrations

For each state where you hold (or have applied for) a permit, record the registration number and status. In the dashboard, go to Settings → Tax nexus → Sales-tax registrations; or call the API (full replacement, like nexus states):
Status is registered (permit in hand), pending (applied, awaiting), or not_registered.

Step 2: Close the nexus-but-not-registered gaps

On the US sales-tax page, Recurso compares your nexus states against your registrations and banners any state where you have nexus but no active registration — “You have nexus but no registration on file in CA, NY.” Register with each flagged state, then add the number here.

Step 3: Pull the liability report

The report gives per-state figures for a filing period — gross sales, the taxable / exempt / non-taxable split, tax collected, and whether you have nexus there. In the dashboard it’s the Sales-tax liability section (with a year selector and totals); or via the API:
The three sale buckets partition gross: taxable (tax collected), exempt (a customer exemption applied), and non-taxable (no-nexus or below-threshold). A state collecting tax without declared nexus is surfaced.
The report figures are exact, but confirm them with a tax professional before filing — and note the built-in nexus threshold data is a monitoring aid until it passes professional review.

Verify your setup

1

Registrations read back

GET /v1/settings/tax/registrations returns your states with their numbers and statuses.
2

Gaps are flagged

A state with nexus but no registration shows the gap banner on the US sales-tax page.
3

The liability report ties out

Per state, taxable + exempt + non-taxable equals gross sales, and tax collected matches what you invoiced.

Next steps