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
- US sales tax and nexus configured.
- Your state registration (permit) numbers to record.
- An API key for the API calls below, or dashboard access to Settings → Tax nexus.
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):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: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.