Klarna checkout V3 Addon

We are about to implement klarna checkout v3 for a customer but Klarna says that the checkout implementation isn’t enough you also need to implement below API.
Are these APIs included in Litium Klarna checkout V3 addon?

• Klarna On-Site Messaging: Klarna Docs
• Produktbilder: Klarna API Reference
• Produktlänkar: Klarna API Reference

Litium version: 7.3

Onsite messaging is totally on Java script, as you can see on their documentation, therefore the Litium AddOn does not get involved in it at all. However, to use it, you need to configure the JScript code so that the order grand total is available to Klarna. The order grand total is available in the cart in the session.

For the image urls and links, you may extend the data sent to Klarna, same way described here:
https://docs.litium.com/documentation/add-ons/payments/klarna/develop

Thanks! Will look into it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.