Woocommerce Stripe Payment Gateway
-
Hi there
There have been numerous previous threads about this with no clear solution presented. When I tried to address on one of many previous threads I was told to create a new topic.
I am using woocommerce with stripe payment gateway.
A customer places order using stripe and this creates an order in woocommerce with the status ‘pending payment’. This is problematic as I expected this status in woocommerce to be ‘processing’ once payment has been successful as this fires off order confirmation email and notification to admin that new order received.
Also when an order is received if no action is taken in woocommerce ie. status changed manually from ‘pending payment’ to ‘processing’ within a set time the order status reverts to ‘cancelled’ even though the payment has been captured in Stripe.
Is there an issue with woocommerce stripe payment gateway that is preventing the pending payment to be updated automatically to processing when stripe webhook status: payment intent succeeded?
I’ve already tried the following which hasn’t resolved the issue.
- changing my woocommerce stripe payment settings ‘issue an authorization on checkout, and capture later’. This setting is already not enabled. Also enabling this for my website is not viable
- updating the woocommerce database
This was my previous post on another thread
Any help how to stop the above from happening would be appreciated.
Thanks!
- The topic ‘Woocommerce Stripe Payment Gateway’ is closed to new replies.