#nicomorl
1 messages · Page 1 of 1 (latest)
seems probable, here are 6 API requests(you can paste the ID into the search bar in the Stripe dashboard) all creating PaymenMethods at basically the same second using your publishable key
req_r3cbHljHTPQd9F
req_AmOFCAcX35j9Ct
req_xv8j91dlemg5vp
req_euBCDR89qog8Ix
req_FlWTzYtmp66HWh
req_I6iPTsEzmnvHl5
could be a bug in your code calling the stripe.js functions multiple times, could be someone using a script, could be a real customer clicking a lot , it's hard to say.
Sometimes you can see this if you are not adding the disabled HTML attribute to your "Pay" button on your page and users click it multiple times, for example.
Yep, looks like it.
Well thank you for the request ids. I will do some digging
Have a nice day