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_textfor UI display guidance
After gathering content information, use the Create Registration V2 endpoint to create your registration.
Workflow
Search available jurisdictions
Use Available Jurisdictions to find jurisdictions where you can register. Filter by country, state, or jurisdiction type.
Get registration options
Use Available Registrations to get
registration_tax_type_id, tax type options, and frequency options for your selected jurisdictions.Check conditions (if applicable)
For trade bloc registrations (EU OSS, IOSS), use Registration Conditions to understand prerequisites and conflicts.
Get portal requirements
Use Portal Fields to get the credential fields needed for automated filing.
Create registration
Use Create Registration V2 with the
registration_tax_type_id from step 2.API endpoints
| Endpoint | Description |
|---|---|
GET /registrations/v2/content/supported-regions | Get supported regions and their jurisdiction filters |
POST /registrations/v2/content/available-jurisdictions | Search for jurisdictions where you can register |
POST /registrations/v2/content/available-registrations | Get registration options for jurisdictions |
POST /registrations/v2/content/registration-conditions | Get conditions for a registration type |
POST /registrations/v2/content/portal-fields | Get portal credential requirements |
POST /registrations/v2/content/tax-type-details | Get tax type descriptions |
Related
- Tax Registrations V2 Overview — Full V2 registration workflow and concepts
- Create Registration V2 — Create a registration using V2 content IDs