Klarna – status order not changed
-
Hello, I saw couple of topic with the same issue but none of them got some solution.
The problem I’m facing is that when paying with Klarna, order status is not changed, even the payment was successful (I got the “Thank you” page in WC, transaction is also successful in Stripe dashboard). Order status stays at “Pending payment” and got cancelled eventually due to the missing payment. Transaction mode is set to “Test mode”.
I’m using your plugin in version 3.9.9.
I’m attaching the required logs that I found in another topic – I have erased some data for security reason.
- System status – https://pastebin.com/KPyuWx1P
- Stripe dashboard ->Developer -> Webhook – I can see two logs for this transaction there:
- charge.succeeded – https://pastebin.com/gaS0SG51
- payment_intent.succeeded – https://pastebin.com/B0f8RT6x
- Payments intents logs from?Stripe dashboard -> Developer -> logs
- POST /v1/webhook_endpoints/we_1PfiS… – https://pastebin.com/RnLDV2cb
- POST /v1/payment_methods – https://pastebin.com/xrGSXbPw
- POST /v1/customers – https://pastebin.com/PFs1Aak1
- POST /v1/payment_intents – https://pastebin.com/xgAzCeMH
My webhook is Listening for 9 events:
- charge.dispute.created
- charge.failed
- charge.refunded
- charge.succeeded
- checkout.session.expired
- payment_intent.payment_failed
- payment_intent.succeeded
- source.chargeable
- source.failed
Let me know if anything else is needed
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Klarna – status order not changed’ is closed to new replies.