Questions tagged [klarna-widget]

10 questions
6
votes
1 answer

How to get Klarna Pay Over Time widget displayed correctly?

I'm integrating Klarna in a sandbox environment that is tied to Adyen. I have followed the docs precisely but am having an issue where there is no "continue" button showing in the widget thus blocking the checkout process. -EXPECTED- -ACTUAL…
emarel
  • 371
  • 7
  • 30
2
votes
1 answer

How to load (multiple) defined Klarna payment methods?

I'm building a kind of sandbox integration of Klarna Payments (to get it working in principle and implement the logic later into a real shop). The first step described in the docu, the session creating, has worked. Now I'm trying to get the Klarna…
automatix
  • 14,018
  • 26
  • 105
  • 230
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

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
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
0 answers

How to retrieve client token with Klarna checkout

I am trying to integrate Klarna as an additional payment option to an existing eCommerce website that has been custom built. I have trialed the json script in Postman and have received the correct response. I now want to transfer this over to the…
0
votes
1 answer

How can I fix cross-origin error from Klarna iframe

I have a Klarna Payments integration and in checkout when I load the Klarna iframe with Klarna.Payments.load({ container: '#klarna-payments-pay-over-time', …
user14483518
  • 1
  • 1
  • 3
0
votes
0 answers

Unable to validate Klarna Payment, Value typed for Date Of Birth is not retained on checkout (Selenium, Chrome Driver)

Update:: I tried using sendKeys() I get some weird 5 or 66 alone being typed inside the text box. Attached image. sendKeys("Feb 11 2001 (Central European Summer Time)"); sendKeys("2001-02-23") Screenshot of text box with 66.* value on…
0
votes
1 answer

How to get the form in the Klarna Payments Widget displayed?

I'm building a kind of sandbox integration of Klarna Payments (to get it working in principle and implement the logic later into a real shop). The first step described in the docu, the session creating, has worked. Now I'm trying to get the Klarna…
automatix
  • 14,018
  • 26
  • 105
  • 230