Payment Method Never Appears
-
Hi
We cannot get the payment method to appear in woocommerce at the checkout page. We have a similar site with the same code base that is working fine. We have also tried Klarna direct for support and they have been no help.
Is there anything we can do to help debug. We are getting OK in the logs though…
{ "id": "_HIDDEN_", "type": "POST", "title": "KP Create Session", "request": { "headers": { "Authorization": "Basic _HIDDEN_", "Content-Type": "application/json" }, "method": "POST", "user-agent": "WordPress/5.7.1; https://malindarlin.com - WooCommerce: 5.2.0 - KP:2.4.3 - PHP Version: 7.3.27 - Krokedil", "body": { "purchase_country": "GB", "purchase_currency": "GBP", "locale": "en-GB", "order_amount": 15099, "order_tax_amount": 0, "order_lines": [ { "reference": "MD-katie-vest-1", "name": "Katie Vest - Medium", "quantity": 1, "unit_price": 14500, "tax_rate": 0, "total_amount": 14500, "total_tax_amount": 0, "total_discount_amount": 0, "product_url": "https://malindarlin.com/shop/katie-vest/?attribute_size=Medium", "image_url": "https://malindarlin.com/wp-content/uploads/2021/04/Malin-Product-KatieVest-SS21-156x200.jpg" }, { "type": "shipping_fee", "reference": "flat_rate:1", "name": "Flat rate", "quantity": 1, "unit_price": 599, "tax_rate": 0, "total_amount": 599, "total_tax_amount": 0 } ], "customer": { "type": "person" }, "options": null, "merchant_urls": { "authorization": "https://malindarlin.com/wc-api/KP_WC_AUTHORIZATION" } }, "timeout": 10 }, "response": { "body": { "headers": {}, "body": "{\n \"session_id\" : \"_HIDDEN_\",\n \"client_token\" : \"HIDDEN\",\n \"payment_method_categories\" : [ {\n \"identifier\" : \"pay_over_time\",\n \"name\" : \"3 interest-free instalments\",\n \"asset_urls\" : {\n \"descriptive\" : \"https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg\",\n \"standard\" : \"https://x.klarnacdn.net/payment-method/assets/badges/generic/klarna.svg\"\n }\n } ]\n}", "response": { "code": 200, "message": "OK" }, "cookies": [], "filename": null, "http_response": { "data": null, "headers": null, "status": null } }, "code": 200 }, "timestamp": "2021-04-19 12:32:08", "plugin_version": "2.4.3" }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Payment Method Never Appears’ is closed to new replies.