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
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
4
votes
3 answers

Magento 2 Klarna checkout

I need to integrate the Klarna Checkout module into magento 2.1.2. I am using the version of the "klarna/m2-checkout module": 4.2.2. When choosing a delivery method, I always get an error in the pop-up window: Sorry, the delivery option you chose…
4
votes
0 answers

INVALID_OPERATION error while creating a Session in Klarna

I am a beginner with Klarna and am trying to get started. Using Postman, I am trying to create a Session by doing a POST to https://api-na.playground.klarna.com/payments/v1/sessions. I am using HTTP Basic Auth. Below is a Request & Response. Can…
user637563
  • 346
  • 3
  • 15
4
votes
2 answers

How to Implement Klarna payment gateway with Sylius?

I have been trying to add klarna checkout gateway without any luck... I don't see Klarna Checkout in the Admin UI! No idea what I'm missing here but the way I understood it that all I have to do is install the gateway payment through composer then…
user3808955
  • 337
  • 1
  • 2
  • 10
3
votes
1 answer

Return to the app after successful payment with Flutter and Stripe

I'm building an app where the user can purchase an item. The payment is handled by Stripe and Klarna on a website opened with url_launcher. My question is how to properly return the user to the app after the purchase is successful. Stripe allows a…
Isak
  • 548
  • 2
  • 5
  • 20
2
votes
0 answers

Klarna API html_snippet returns "something went wrong"

I am trying to integrate the Klarna Checkout API but I keep getting the following error in the html_snippet of the result from the REST API Post request. I have no idea why this error is appearing. What could be causing the problem. I am following…
Mj1992
  • 3,404
  • 13
  • 63
  • 102
2
votes
1 answer

Klarna Integration CreateSession Bad value order_lines[0].total_tax_amount

I am working on integrating Klarna Payments into a website. Unfortunately I have problems getting a successful session response when I add taxes to the request. Without taxes it works well. Can anyone please tell me what I am doing wrong? I am…
MrNasto
  • 21
  • 3
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
2
votes
0 answers

Does someone has experience with Klarna plugin for Cordova / Ionic

I want to add a payment solution into my app, where every payment method is possible (credit card and bank transfer). I found a plugin from the company Klarna, which offers the payment methods mentioned above (here). Does someone of you already…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
1
vote
1 answer

Custom taxonomy not recognized in woocommerce_order_item_name filter hook

I'm experiencing some inconsistent behaviour on a WooCommerce site. I've added a custom taxonomy to the product post type, called 'product_brand': add_action('init', 'register_taxonomies'); function register_taxonomies() { $labels = array( …
1
vote
1 answer

Add PayPal and BACS to Klarna Checkout

I'm trying to add PayPal and BACS (Brank Transfer) to my Klarna Checkout for WooCommerce. I found the example Plugin from Klarna…
lzudemz
  • 13
  • 2
1
vote
0 answers

Stripe payments with Klarna source

We use Stripe with Klarna as source. This works just fine on development, but I production the source creation fails with: This payment method (klarna) is not activated for your account. You can only create testmode klarna payment methods. Well if…
Georg Kitz
  • 111
  • 1
  • 9
1
vote
0 answers

Klarna Payment gateway integration with WebFlow project

Klarna has been one of the most famous payment processing way that we have been using many projects. Now a days I am asked to make a project using WebFlow. But there are not many resources out there to make out a checkout form working with Klarna…
Rizwan Atta
  • 3,222
  • 2
  • 19
  • 31
1
vote
0 answers

Offer a digital product at Klarna?

We are currently developing a small platform where we offer different price plans. The idea now is that the user simply clicks on a button (e.g. 20 dollars) and is redirected to Klarna to pay. I sent the following post to the endpoint…
RHauck
  • 271
  • 3
  • 8
1
vote
0 answers

Magento 2 : Is there any way to calculate life time sales, without create invoices for the order from the Magento side?

I have integrated Klarna checkout with Magento web shop. When the payment is success for an order, order status is changing to complete (As I configured) in Magento side. But it is not updating the life time sales without create invoices for the…
Gaz
  • 11
  • 1
  • 5
1
2 3 4