Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds time zone support to the Accounts v2 API


Public preview

Adds time zone support to the Accounts v2 API Public preview

What’s new

Adds the ability to specify a v2 Account’s time zone by adding the optional timezone property to the defaults hash. The timezone parameter accepts standard the related setting time zone identifiers (such as America/New_York or Europe/London).

Impact

You can now configure the preferred time zones for your connected accounts, which is especially useful for platforms that serve businesses across multiple time zones and need to refer to an account’s precise local time for subscriptions or invoices.

Changes

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-03-25. 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?