Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds new tax registration types and product tax details for Stripe Tax for tickets


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

ParametersChangeResources or endpoints
tax_detailsAddedProduct
admissions_tax attendance_tax entertainment_tax gross_receipts_tax hospitality_tax luxury_tax resort_tax tourism_taxAddedTax. Registration#create. country_options. us

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?