RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the live mode indicator to the Tax Location object


Public preview

Adds the live mode indicator to the Tax Location object Public preview

What’s new

You can now access the livemode property on the Tax Location object. This boolean property indicates whether the object exists in live mode ( true) or test mode ( false), consistent with the standard behaviour of this property across other Stripe API resources.

Impact

Use livemode to distinguish Tax Location objects created with live mode API keys from those created in test mode. To create and use Tax Location objects, see Tax ticket sales based on event location.

Changes

ParameterChangeResources or endpoints
livemodeAddedTax. Location

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-07-29. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?