- Breaking changes
- Public preview
Adds support for using Accounts v2 payment method billing details for Stripe Tax location Breaking changes Public preview
What’s new
Adds the payment_method value to the location_source enum on the Accounts v2 Customer Configuration.
Why is this a breaking change?
This change adds a new payment_method value to the closed location_source enum. Users receiving a response with the unexpected payment_method value might handle the response incorrectly.
Impact
Stripe Tax users can now use a payment method to calculate tax for an Accounts v2 transaction by setting location_source to payment_method. We use the billing details of the most specific default payment method available, in the following order of priority:
- Invoice , if present.
- Subscription , if present.
- Accounts v2 Customer Configuration , if present.
Changes
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: 2025-10-29. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
