#Samsara
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Yes you should be able to use the same ClientSecret to accept a new PaymentMethod
What errors are you seeing? Can you share any examples I can take a look at?
pi_3MddCHDOFRgysF662mhJFLO8
The PaymentIntent was created with capture_method: manual
https://dashboard.stripe.com/logs/req_u3dNG0ySraUAnA
I don't see a request come in to capture the PaymentIntent
I guess my question is how could there be a scenario when a payment intent is trying to be captured without a payment method set
For this specific PaymentIntent, it was confirmed with a PaymentMethod
https://dashboard.stripe.com/logs/req_xSaqMaFVyN8Yek
Hello! I'm taking over and catching up...
Looks like you tried to capture that one, but you did so at the wrong time, so the request failed: https://dashboard.stripe.com/logs/req_jljFd11G5MyGGu
I don't understand how that could happen though before calling stripe.confirm since we have it all in our submit handler. Mind taking a look at this piece of code and seeing if anything jumps out at you?
Yep, give me a few minutes...
Thank you so much
As far as I can tell that code isn't relevant. What happened here is your backend code created the Payment Intent, then you skipped straight to trying to capture it. There was no confirmation step in between.