#rzhang139-checkout
1 messages · Page 1 of 1 (latest)
oh if a user just changes their mind and cancels checkout midway through, do we need to cancel the checkout_session ourselves?
you can leave it alone, the checkout session will automatic expire after 24 hours. Or you can also configure it to expire earlier : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
ok gotcha, thanks!