#daebak91s
1 messages · Page 1 of 1 (latest)
Yeah I recommend reserving the seat for a short time interval to give the customer time to check out
That way you don't run into race conditions as easily
@still osprey Thanks for your fast reply. Do we get a webhook if a payment intent does timeout? (or the user aborts payment)
What do you mean by times out?
If someone is redirected to klarna and doesnt click on "pay" for lets say 2 hours. The reservation of the seat will exceed but the user can still click on pay 2 hours later.
Yeah that's a tricky thing to solve for with payment methods with redirects
is there any best practice solution?
You could look into doing this https://stripe.com/docs/payments/klarna/accept-a-payment?platform=web&ui=API#manual-capture
Maybe check time remainaing on hold prior to capturing via the api
Thanks, i will have a look at your document