#KarolinaRw-checkout-expiry
1 messages · Page 1 of 1 (latest)
Hey there!
You're right, there's no event fired for when a customer closes the Checkout page
However there is a checkout.session.expired event fired when the Checkout Session expires (which is ~24 hours after creation by default)
That can be configured though, using the expires_at parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.