Delay in payment capture after payment intent created
-
I’ve been using Stripe to accept payments for at least the last 12 months, with 100s of orders a week and everything has been fine. Stripe payment intent is created, stock levels are reduced, order is changed to processing. Perfect.
However, the other week I noticed an anomaly. The payment intent was created May 22, 2022 at 9:11 pm. But the rest of the flow happened 8 days later, May 30, 2022 at 5:27 pm.
Logging into Stripe’s dashboard though, the logs show:
The payment pi_3L2CLRLEhdyfrtF11zEPRB8a for $187.50 has succeeded 22/5/22, 8:49:12 pm ch_3L2CLRLEhdyfrtF115z3t0bg was charged $187.50 22/5/22, 8:49:12 pm
And nothing after it. So why did Woocommerce take 8 days to continue processing?
Looking at the Stripe logs within Woocommerce,
On May 22, there was no
Stripe PaymentIntent pi_********* succeeded for order 6143
And on May 30, we have a
payment_intents/pi_************?expand[]=payment_method request: Array ( )
called, and the response is the [object] => charge (which doesn’t align with the Stripe’s dashboard, saying the charge was actually 8 days earlier).
Any help would be muchly appreciated!
TIA,
Jarrod.
- The topic ‘Delay in payment capture after payment intent created’ is closed to new replies.