#CharlieMalmqvist
1 messages · Page 1 of 1 (latest)
Hello 👋
By default the checkout session expires in 24 hours
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
However, you can set a different timestamp when you create the checkout session OR if the user leaves the checkout page, you can call the API directly to expire a checkout session
https://stripe.com/docs/api/checkout/sessions/expire
Thank you.
Another question, why and when is checkout.session.expired paymentIntent passed as null in the body?