#crypt1c - Checkout
1 messages · Page 1 of 1 (latest)
👋 Hi there, Happy to help!
Can you share a webhook id and the eventId that seems to be delayed ?
Nothing is delayed, I'm more wondering if it's possible to configure when the webhook should trigger?
I would prefer 5min
- customer books meeting, we "book the time" so no one else can book it
- customer initiates stripe checkout payment
- customer doesn't finish payment
- expired webhook triggers after 30min
- the booked time is made available for others to book (works, but too long)
You can't set an expiration date for a checkout session lower than 30min
https://stripe.com/docs/payments/checkout/managing-limited-inventory#setting-an-expiration-time:~:text=Session expiration must be set to at least 30 minutes in the future
But you can configure your integration to manually expire the checkout session after 5min using Stripe API:
https://stripe.com/docs/payments/checkout/managing-limited-inventory#manual-expiration
https://stripe.com/docs/api/checkout/sessions/expire
crypt1c - Checkout