#John_Doe-checkout
1 messages · Page 1 of 1 (latest)
Hey! That's a good question, and there's no immediate solution. But you have a couple options as I see it:
- Reduce time before the session expires: https://stripe.com/docs/payments/checkout/managing-limited-inventory
- Use auth & capture to 'hold' payment and then implement some fulfilment logic based on which Checkout Session completed first.
thank you I forgot about the second option, but both are good. thanks
Np! Let me know if anything is unclear