Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Renames Payment Intent field for linking tax calculation


  • Breaking changes
  • Public preview

Renames Payment Intent field for linking tax calculation Breaking changes Public preview

What’s new

Renames the preview parameter async_workflows to hooks in Payment Intents.

Why is this a breaking change?

The async_workflows preview parameter has been renamed to hooks. Participants of the private payment_intent_with_tax_api preview who want to use this Stripe version must update their integrations to use the new parameter name.

Impact

If you participated in the payment_intent_with_tax_api private preview and want to upgrade to this Stripe version, update your integration to use the new parameter name.

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-05-28. 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?