Stripe payment executed despite WooCommerce order has status “failed”
-
As the topic says: a Stripe payment was executed despite WooCommerce order has status “failed”.
The homepage owner contacted Stripe, who gave the following answer:
I would recommend investigating what happened on your end for this to occur. There are a few things you can implement to help to prevent duplicate charges — Stripe API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a charge fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single charge is created. You can read more about this here:
https://stripe.com/docs/api#idempotent_requestsIt looks like your integration is built by WooCommerce Stripe Gateway. I may suggest checking your codings with them.
The order notes says following:
What has happened? And how to prevent this in future?
- The topic ‘Stripe payment executed despite WooCommerce order has status “failed”’ is closed to new replies.