#benjamiiin-apple_google_pay
1 messages · Page 1 of 1 (latest)
Hi @obtuse turtle! Could you share the request ID (req_xxx) that generated this error?
req_OgQSPSNhF2iChs
Thanks, I'm having a look!
awesome thanks!
Still having a look, sorry for the delay.
no problem
Sorry for the delay.
It seems that you tried to create a Payment Intent multiple times in a row with the same Payment Method. The first time you tried it worked, and the second time you got the error message above because you Payment Method are one time use only.
Did you try to charge the same payment method multiple times in a row?
If you want to reuse the same Payment Method multiple times, then you need to attach the Payment Method to a customer. https://stripe.com/docs/api/payment_methods/attach
ok I will take a look in to that
the payments are going through though which im a little confused about
Can you double check that you are not making the same API call twice in a row? Because I see in our log 2 calls to create a Payment Intent happened at the same time (less than a second apart). Only the first API call succeeded, and the other failed. And I see that pattern multiple time in your account today.
ahhhh seems I am, I imagine that is why it fails