#Voltone
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
Yes it'll expire after 24 hours, the default value:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-expires_at:~:text=The Epoch time in seconds at which the Checkout Session will expire. It can be anywhere from 30 minutes to 24 hours after Checkout Session creation. By default%2C this value is 24 hours from creation.
Thank you. Is there any way we can make it not expire or automatically reactivate? We send the checkout link in a templated email to the customer and they might not click it within 24 hours.
No, the cannot be made to not expire
You can either:
- Implement the abandoned carts feature: https://stripe.com/docs/payments/checkout/abandoned-carts
- Use Payment Links