Klarna Checkout payment provider for EPiServer Commerce
Maris Krivtezs
14.01.2015 02:53:06
You can install Klarna Checkout payment provider using NuGet.
Install-Package Geta.EPi.Commerce.Payments.Klarna.Checkout
Next you have to:
- Create several endpoints required by Klarna Checkout
- Render Klarna Checkout snippet on your page
- Configure Klarna Checkout API
- Create new payment method in Commerce Manager
After you configured provider you should see rendered Klarna Checkout snippet in your checkout page:
You can test this page by filling form with test data.
For more information see documentation.
Source code for Klarna Checkout payment provider can be found on GitHub.
Issues can be reported to GitHub.