#nunnapat - capture error
1 messages · Page 1 of 1 (latest)
Hi @vocal geode #1000310663
That is not a Stripe ID, it sounds like one of your Order IDs. Do you have the Stripe Payment Intent ID (pi_123....)
it is pi_3KoitZCHBHPVggzP1gYzFBqd
Apologies, server is very busy so I just got to look. So the error message from our side is accurate, that payment intent had already been captured. It actually looks like two requests to capture it were sent out at the same time from the same IP https://dashboard.stripe.com/logs/req_KPUrYVmakunYTK
https://dashboard.stripe.com/logs/req_2TroLPVphUjQBo
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So our side checks out, the next step would probably be debugging your app to see how these two requests could have been sent so quickly. Also as the user is being charged on this, you may not necessarily want to fail an order on this specific error
Oh this is Woocommerce, it would actually probably be best to reach out to Woocommerce's support to ask why this happened
We don't develop their Stripe integration so we are not familiar with how it may be working here