Questions tagged [klarna]

Klarna is a payment service for online storefronts. Klarna was founded in Stockholm in 2005 with the idea to simplify buying. Their core service is to assume stores' claims for payments and handle customer payments, thus eliminating the risk for seller and buyer

Klarna is a payment service for online storefronts. Klarna was founded in Stockholm in 2005 with the idea to simplify buying. Their core service is to assume stores' claims for payments and handle customer payments, thus eliminating the risk for seller and buyer

49 questions
1
vote
2 answers

BAD VALUE: order_tax_amount

I'm trying to send request using Postman to test Klarna payment, According to this API DOC, We use POST /checkout/v3/orders to send a request so that we can create order (For the testing environment they use https://api.playground.klarna.com/ + rest…
Amr Adel
  • 574
  • 1
  • 7
  • 18
1
vote
1 answer

Klarna Checkout KCO validate

I a trying to validate that the customer is above 20 thru Klarna Checkout. They have a built in function for validating, see here https://developers.klarna.com/en/se/kco-v2/checkout/use-cases#validate-checkout-order The checkout.php page looks like…
olzonpon
  • 73
  • 9
1
vote
1 answer

Klarna integration to webshop

Can anyone please help me with the Klarna integration, and how to pass pclass parameter to the addTransaction method, for example if I want to pass the instruction to Klarna that the customer will pay in 12 installments how can I achieve this, thank…
AfterEdge
  • 59
  • 1
  • 7
0
votes
0 answers

Problem between Table Rates and Klarna on Magento 2

I installed fresh Magento 2 and after that I installed Sample Data to have some products. I entered the settings: Stores > Configuration > Sales > Table Rates I enabled it, I set the Condition to "Price vs Destination" "Show Method if Not…
0
votes
0 answers

Problem in integrating Magento 2 with Klarna

I have installed Magento 2 on localhost and then I added Hyva theme. Next step I wanted to do is install Klarna module. As I see there are two Klarna modules on Marketplace: Klarna (with Klarna Payment and Klarna Checkout) Klarna Checkout I…
0
votes
0 answers

In Klarna, does purchase_country and purchase_currency mean the country of the customer or the country of the merchant?

I have created a Klarna create session and create order. This works successfully but I still don't know whether the purchase country and currency is set by the buyer or the shop; I found the documentation is a bit ambiguous about it.
0
votes
0 answers

Klarna order creation on playground returns 404 NOT with correct authorization_token

I have the following file where, one for Klarna UI, and one script that mimics the backend by using the authorization token to create an order in Klarna. Here's the index html that I'm running using npm http-server:
0
votes
0 answers

In vue 2, how can I integrate klarna services?

Klarna only provides javascript mode. I used Promise in vue to introduce Can be used, but vue reports an error: Klarna-placement is not defined enter image description here klarna.js export function klarna() { return new Promise(function (resolve,…
0
votes
0 answers

Why is Magento 2 Klarna Client Error resulting in 401 unauthorized response? Updating API credentials didn't work

This is the error: enter image description here "client error" 'POST https://api.klarna.com/checkout/v3/orders resulted in a 401…
0
votes
0 answers

Uncaught Error: The application has not yet been loaded. Call `load` first to load it

I have implemented Klarna payment method in my website. It was working fine but after sometime, I ran into a loading problem. When it was working the modal'd show with Klarna image as a button as you can see within the image. When it was working…
0
votes
0 answers

Plugin works only with theme in WP

I have installed a plugin on my WP website, it works when I choose a theme from the products page but not with my default template. The problem is that the structure of the website breaks when I choose a theme. So I need a plugin that works on the…
Eleni_M
  • 3
  • 7
0
votes
2 answers

Disable the payment options on klarna payment page

i want to show only specific payment option on klarna payment page. in my case it show to payment option 1) pay now and 2) pay in 30 days. i want that user should not able select pay now option. enter image description here
0
votes
0 answers

How to use JS and jQuery functions in script tag in Angular 9

I am trying to integrate Klarna Payments into my Angular site but the examples are provided in plain JS and jQuery, which I am not so familiar with. What I need to do: Import Klarna's JS script and call 2 functions within it, Init and Load. Then on…
Sparrowhawk
  • 358
  • 1
  • 4
  • 11
0
votes
1 answer

Klarna checkout - using React & Node

I'm trying to implement Klarna checkout to accept payments. When creating an order (first step of the checkout) you receive a "html_snippet" as response from Klarnas API (in my case to express backend). It requires that this snippet is shown in the…
Oscar Ekstrand
  • 581
  • 1
  • 4
  • 13
0
votes
0 answers

Interacting with "Klarna checkout" radio button/field using Selenium and Python

I'm trying to interact with the field of Klarna Checkout on a website, but I'm not able to change the selected radio buttons nor enter information in the credit card fields. I'm using VS code, Python and selenium webdriver. The website destination…
KishuInu
  • 61
  • 7