#daebak91s

1 messages · Page 1 of 1 (latest)

agile latchBOT
still osprey
#

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

ebon hollow
#

@still osprey Thanks for your fast reply. Do we get a webhook if a payment intent does timeout? (or the user aborts payment)

still osprey
#

What do you mean by times out?

ebon hollow
#

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.

still osprey
#

Yeah that's a tricky thing to solve for with payment methods with redirects

ebon hollow
#

is there any best practice solution?

still osprey
#

Maybe check time remainaing on hold prior to capturing via the api

ebon hollow
#

Thanks, i will have a look at your document