#wangtao-ideal
1 messages · Page 1 of 1 (latest)
hi there! there isn't a timeout directly no, either they complete the authentication or they don't
Hi, thanks for your reply. What I'm selling on the site are all unique items. e.g. they only have 1 stock. So what if the user clicked payment button, go to iDEAL and never paid anything? Can I cancel that payment intent? Otherwise, the product will not be available to others then. There's also one thing I worry about, it's that if I restore the product let's say after half an hour without receiving payment, what if the customer pays at the 31st minitue? Considering it can be also bought by others first.
makes sense! there's not really a great solution there. You can cancel the PaymentIntent technically yes, in the API but it would probably just lead to a strange customer-facing error when they do authenticate.
So.. what's the less ideal solution as a workaround?
cancelling the PaymentIntent really, that's it, unfortunately
Is there an api? I checked the doc but haven't found it