Skip to main content

Overview

The V2 Registration Content API provides a data-driven approach to creating tax registrations. Use these endpoints to discover what’s available and what’s required before creating a registration. The V2 content system adds several capabilities over V1:
  • Supported regions — Discover which regions (US, EU, Canada, UK) are available and get pre-built jurisdiction filters
  • Registration conditions — Query prerequisite, mutual exclusivity, and member country requirements
  • Tax type details — Get descriptions and recommendations for each tax type
  • Portal field hints — Credential fields now include optional helper_text for UI display guidance
After gathering content information, use the Create Registration V2 endpoint to create your registration.

Workflow

1

Search available jurisdictions

Use Available Jurisdictions to find jurisdictions where you can register. Filter by country, state, or jurisdiction type.
2

Get registration options

Use Available Registrations to get registration_tax_type_id, tax type options, and frequency options for your selected jurisdictions.
3

Check conditions (if applicable)

For trade bloc registrations (EU OSS, IOSS), use Registration Conditions to understand prerequisites and conflicts.
4

Get portal requirements

Use Portal Fields to get the credential fields needed for automated filing.
5

Create registration

Use Create Registration V2 with the registration_tax_type_id from step 2.

API endpoints