Thanks for replying.
We are connected with shippingeasy.com which does update the order status to COMPLETED after they have shipped it.
This error order never goes: “Pending payment to Processing” (see normal version at end).
Payment never arrived in Stripe.
Order was created at the same time the shipping label was set.
The top 3 notes happened after we switched it back to Pending while reaching out to the customer for payment.
We resent the cart for the customer to checkout.
However, it auto flipped to Cancelled after some weird timeout. We cannot determine from logs if the customer cancelled it or what.
Error order:
- Unpaid order cancelled – time limit reached. Order status changed from Pending payment to Cancelled.March 13, 2024 at 3:05 pm Delete note
- Charge voided in Stripe.March 13, 2024 at 3:05 pm Delete note
- Order status changed from Completed to Pending payment.March 13, 2024 at 1:43 pm by clickingclients Delete note
- Order status changed from Pending payment to Completed.December 1, 2023 at 11:49 pm Delete note
- Shipment Tracking Number: 1ZXXXXXXXXXXX3
Carrier Key: ups
Carrier Service Key: ups_ground
Cost: 14.73December 1, 2023 at 11:49 pm Delete note
Normal Order
- Order status changed from Processing to Completed.November 20, 2023 at 11:00 pm Delete note
- Shipment Tracking Number: 1ZCXXXXXXXX20
Carrier Key: ups
Carrier Service Key: ups_ground
Cost: 25.02November 20, 2023 at 11:00 pm Delete note
- Order status changed from Pending payment to Processing.November 18, 2023 at 3:13 am Delete note
EVET DATA in stripe when it “cancelled” yesterday:
EVENT: payment_intent.canceled
“canceled_at”: 1710306308,
“cancellation_reason”: null,
“failure_code”: “payment_intent_authentication_failure”,
“failure_message”: “The provided PaymentMethod has failed authentication. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again.”,
“outcome”: {
“network_status”: “declined_by_network”,
“reason”: “generic_decline”,
“risk_level”: “normal”,
“seller_message”: “The bank did not return any further details with this decline.”,
“type”: “issuer_declined”
},
“url”: “/v1/charges?payment_intent=pi_XXXXXXXXXXXXXXX”
“status”: “canceled”,