Checkout Sessions have lower latency and new update semanticsBreaking changes
What’s new
This version offers improved latency on all Checkout Session APIs for subscription-mode Sessions, including when your customer confirms the Session.
It also fixes a bug with earlier versions that prevents your customers from updating a Session after the first payment attempt, such as not being able to update a billing address. They can now unblock themselves instead of refreshing.
Why is this a breaking change?
Because this change creates the subscription after the user has completed the payment, payment_
doesn’t reference an invoice until the Checkout Session fully completes. This means the checkout_
property must be complete
before the invoice is created.
If your integration currently relies on an invoice during the payment intent webhooks, we recommend that you update your integration to use the checkout_
webhook instead, which ensures an invoice is present.
Impact
- Subscriptions are now created after the user completes payment.
- Failed payment attempts no longer result in an incomplete subscription with a finalized invoice.
- An invoice isn’t present until the Checkout Session is in the
complete
state.