#yurugby
1 messages · Page 1 of 1 (latest)
What exactly are you trying to do?
Our snippets in the doc generally include some basic error handling, eg: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&client=html#web-submit-payment
that handles error in the result of await stripe.confirmPayment()
thanks!
I am using Stripe elements for confirmpayment, but if someone double clicks on the confirm payment button, will the payment be made twice on the Stripe side? Do I need to prevent double clicks by myself?