#vktr0440
1 messages · Page 1 of 1 (latest)
Hi there!
When it's created, the Checkout Session doesn't have a PaymentIntent. It will have one once the user goes on the Checkout page and tries to pay.
Okay, thank you. In previous api versions it had already an payment intent when checkout session was created. So i was confused.
Yes that's correct, that's something that changed recently.
Thank you for quick answer 🙂
It's mentionned here: https://stripe.com/docs/upgrades#2022-08-01
A PaymentIntent is no longer created during Checkout Session creation in payment mode. Instead, a PaymentIntent will be created when the Session is confirmed.
Thank you!