Registration Content V2
Get Tax Type Details
Get detailed descriptions of tax types for given jurisdictions
POST
Retrieve detailed descriptions and recommendations for tax types available in specific jurisdictions. Use this to help users understand which tax type to select when creating a registration.
Request body
Array of jurisdiction IDs to get tax type details for.Minimum 1, maximum 100 items.Example:
["JUR_US_STATE_CA"]Response fields
| Field | Type | Description |
|---|---|---|
jurisdiction_id | string | The jurisdiction these details apply to |
tax_type | string | Tax type code (e.g., RST, VAT) |
official_name | string | Official name of the tax type |
display_name | string | Shorter display name |
short_description | string | Brief description (may be null) |
full_description | string | Detailed description of the tax type |
recommended_for | array | Business types this tax type is recommended for (may be empty) |
Related
- Available Registrations — Get registration options with tax types
- V2 Registration Content Overview — Full content API workflow