Error: Invalid payment intent for order.
-
We recently received a letter from Stripe stating that we could connect Klarna through it, so we updated the plugin. We connected it, and everything works, but about 20% of successfully paid orders through Klarna receive a “failed” status, which means that many customers pay twice, and we have to refund them and give them discount coupons.
Our analysis showed that this is due to the following error: “Error: Invalid payment intent for order. Intent: EUR 3999 via Klarna, Order: EUR 3999 card.”
In other words, the webhook reaches the site, but the plugin does not switch the order because it thinks that the order is being paid by card, not Klarna.It makes no difference to me how the person paid.
If they paid, the order should be switched to processing status.Here is an example of an order where this problem occurred.
67997 (ECT ID)
ID – pm_1S0MZvAD1QkfrpP20JfZs5f2
Type – Klarna
Category – Pay laterCan you tell me if it is possible to disable this check somewhere in the admin panel?
Or can you provide a piece of code that disables this check ?
The topic ‘Error: Invalid payment intent for order.’ is closed to new replies.