WooCommerce payment intelligence

WooCommerce payment issues we’re tracking

Checkout failures, payment-status bugs, order-total mismatches, shipping/tax collection problems, webhook failures, and reconciliation risks. The goal is not to summarize every plugin update. The goal is to answer: is money, checkout, or order accuracy at risk—and what should I check first?

Current read

The strongest early validation pattern for What Just Changed is not broad WordPress plugin news. It is urgent WooCommerce payment operations: checkout availability, payment capture, order totals, shipping/tax mismatches, payment methods, and database/server-load problems caused by payment flows.

Use this page when: a WooCommerce store owner, developer, or agency needs to quickly triage whether a payment-plugin change could affect real orders, checkout, captured funds, refunds, shipping, taxes, accounting, or customer support.

Tracked payment issues

IssuePrimary riskFirst action
WooCommerce Stripe 10.8.x payments stuck in Pending PaymentSuccessful payments may not move orders correctlyReconcile paid Stripe transactions against WooCommerce order status
WooCommerce Stripe 10.8.3 checkout error after updateCheckout may fail or payment methods may not loadClear cache layers, exclude Stripe.js, and check Adaptive Pricing / WooPayments conflicts
WooCommerce PayPal 4.0.4 discount applied twice / amount mismatchPayPal and WooCommerce totals may disagreeAudit discounted, gift-card, negative-fee, and tax-sensitive PayPal orders
Stripe charged an order without shipping costStripe may capture less than the WooCommerce order totalCompare captured Stripe amounts against shipping, VAT, discounts, and order totals
Stripe captures only 1/100 amount with WPML Multi-CurrencyCurrency/decimal handling may undercharge ordersPause the risky currency path and compare captured amounts order by order
PayPal total missing shipping in WooCommerceShipping may not be collected in the PayPal totalCheck PayPal transaction total against shipping, shipping tax, coupons, and payouts
PayPal/card payments fail intermittently with OrderProcessor.php:109Some valid payment attempts may fail while others succeedPreserve logs, compare success/failure cases, verify captures, and escalate with evidence
Mollie cancelled payment order note loopRepeated order notes can create database bloat and server loadBack up, stop the loop, preserve evidence, and clean duplicates only after containment
Mollie removed Payconiq from its WooCommerce pluginA payment method may disappear after updatePrepare a tested replacement checkout method before updating affected stores
WooCommerce PayPal enabled Pay with Crypto by defaultPayment-method mix may change without store-owner intentInspect payment settings and checkout before assuming the old configuration remained unchanged

How to triage a payment issue

  1. Separate search noise from money risk. Ask whether checkout, capture, order status, refunds, shipping, tax, payouts, or accounting could be wrong.
  2. Identify the exposure window. Record the plugin version, update time, checkout type, payment method, cache/CDN state, and relevant integrations.
  3. Reconcile real orders. Compare WooCommerce totals and statuses against Stripe, PayPal, Mollie, payouts, refunds, and customer receipts.
  4. Preserve evidence before cleanup. Save system status, order IDs, payment IDs, logs, screenshots, and timestamps before clearing caches or deleting notes.
  5. Change one variable at a time. Use staging where possible. Do not update, disable plugins, change payment settings, and clear evidence all at once.
What this tracker is not: It is not official support, legal advice, tax advice, or accounting advice. It is an evidence-backed triage layer that points to the smallest justified next action.