#lucagiordy16
1 messages · Page 1 of 1 (latest)
we changed it a while ago so the PaymentIntent is only created when the customer attempts the payment in the session
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.
@nova hollow then how am i supposed to receive "payment_intent" ?
i have to call "https://api.stripe.com/v1/checkout/sessions/<id_checkout>" after the checkout is closed from an attempt of payment, and in the response see the payment_intent?
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.