Breaking changes
Deferred PaymentIntent creation in Checkout Session payment mode Breaking changes
What’s new
A PaymentIntent is no longer created during Checkout Session creation in payment mode. Instead, a PaymentIntent is created when the Session is confirmed.
Impact
Lets you create a PaymentIntent only when the Checkout Session is confirmed, rather than having it created during the initial Checkout Session creation. This provides more flexibility and control over the payment flow.
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: 2022-08-01
- 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.
