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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| timezone | Added | V2. Core. Account#create. defaults V2. Core. Account#update. defaults V2. Core. Account. defaults |
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-03-25. 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.
