Klarna Payment Canceled – INTERNAL_SERVER_ERROR|||Internal error
-
Hi,
We’ve recently enabled Klarna, we’ve followed the webhook setup and most payments have been working fine. However one payment has initially seemed to go through then been ‘canceled’. The Stripe logs show this:
Request POST body
{ "amount": "6400", "currency": "GBP", "description": "Order 176041 from Send Me A Christmas Tree", "shipping": { "address": { "city": "xx", "country": "GB", "line1": "xx", "line2": "", "postal_code": "xx", "state": "UK" }, "name": "xx" }, "metadata": { "gateway_id": "stripe_klarna", "order_id": "176041", "user_id": "0", "ip_address": "xx", "user_agent": "Stripe/1.0 (+https://stripe.com/docs/webhooks)", "partner": "PaymentPlugins", "created": "1637071099", "product_938": "Fraser Fir - 6 ft x 1" }, "source": "src_1JwS4W2bSpqJz2Ye5pLmcK3N", "capture": "true" }
Response Body
{ "error": { "code": "invalid_request_error", "message": "INTERNAL_SERVER_ERROR|||Internal error", "type": "invalid_request_error" } }
In the Woocommerce order notes the latest is: “Error processing payment. Reason: INTERNAL_SERVER_ERROR|||Internal error Order status changed from On hold to Failed.”
I can’t figure out why this has happened. I’ve been in touch with Stripe support, but they said to contact the plugin developer.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Klarna Payment Canceled – INTERNAL_SERVER_ERROR|||Internal error’ is closed to new replies.