Activate
STEP 1
Activate Klarna checkout v3 in the section Channel Wide Apps, found under Manage Channels.
STEP 2
Under Checkout and Payments choose Klarna checkout v3 under On-site payments and hit Add.
STEP 3
Add in your credentials (You will get these from Klarna admin).
Keep in mind
- Your PandaCommece order number as a reference number in Klarna admin
Your order number from PandaCommerce does not appear in Klarna admin until a capture is done on the order. - Installation for Multi shops
Please note that you need to Activate the payment gateway in all the shops you which to use it in. This is done under Manage Channels and Channel Wide Apps. - Partial capture
If a partial capture is done the rest of the amount is unauthorised.
Additional fuctionality
It is possible to add in additional functionality in the Klarna checkout v3, here we have a few possibilities listed of code to insert into the theme files. Please note that it might be necessary to make changes in the Klarna admin for these to work.
Age validation
To validate the age of a buyer.
<input type="hidden" name="attributes[personal_identification]" value="mandatory"> <input type="hidden" name="attributes[validate_age_min]" value="18">
If the code above is inserted a minimum age of 18 is required.
B2B or B2C only
To limit the checkout to only work for companies (B2B) or private persons (B2C).
<input type="hidden" name="attributes[customer_type]" value="B2B">
If the code is inserted only companies can use the checkout.