Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for using Accounts v2 payment method billing details for Stripe Tax location


  • 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:

  1. Invoice , if present.
  2. Subscription , if present.
  3. Accounts v2 Customer Configuration , if present.

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: 2025-10-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-25

Is this helpful?