Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • We are experiencing the same issue on a client website.

    After investigating the logs, we noticed that duplicated charges seem to be related to Stripe Link / Express Checkout flows rather than the standard WooCommerce checkout flow.

    In our case:

    • Stripe Link buttons started appearing automatically on product pages
    • the buttons could not be disabled from the plugin settings due to what appears to be a known bug
    • we temporarily hid them via CSS, but the underlying JS/components may still initialize
    • some duplicated payments were reported after this behavior started

    In Stripe logs we can see payments processed with:
    “type”: “link”

    We are trying to understand whether:

    • Express Checkout / Link can create multiple PaymentIntents under certain retry/race conditions
    • hiding the button via CSS is insufficient because the payment component still initializes
    • there are known incompatibilities with custom themes, AJAX add-to-cart flows, or checkout customizations

    Has anyone identified a stable workaround besides completely disabling Express Checkout/Link at code level?

    Also, are the WooCommerce team or Stripe team currently tracking this as a confirmed bug?

    Thanks.

    Thread Starter Ascaro

    (@goldyboy)

    Thanks man,solved .. I forgot the_post();
    now its working..anyway thanks!

Viewing 2 replies - 1 through 2 (of 2 total)