Public preview
Adds new tax registration types and product tax details for Stripe Tax for tickets Public preview
What’s new
Adds eight US event tax registration types to the type parameter on the Tax Registration object:
- admissions _ tax
- attendance _ tax
- entertainment _ tax
- gross _ receipts _ tax
- hospitality _ tax
- luxury _ tax
- resort _ tax
- tourism _ tax
Also adds the tax_details property on the Product object.
Impact
If you use Stripe Tax for tickets and need to register for US event-related taxes, you can now create tax registrations for all eight supported local tax types through the API. Previously, these registration types were only accessible through the Stripe Dashboard or SDK private parameters.
If you retrieve products through /v1/products, responses now include the tax_details property.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| tax_details | Added | Product |
| admissions_tax attendance_tax entertainment_tax gross_receipts_tax hospitality_tax luxury_tax resort_tax tourism_tax | Added | Tax. Registration#create. country_options. us |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-04-22. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
