Checkout page
Here you find an example of how a fast, safe and simple checkout should look like. It should be presented on one page and not force the customer to login or make up passwords and user names. It should also help the customer to get his/her address from the social security number. To see other good Checkout examples, look at: www.snabbkassa.com, www.maxfps.se or www.babyroom.se.
Your settings
| Country | ||||
|---|---|---|---|---|
|
|
|
|
|
| My services |
|---|
| Invoice: Account: Part payment: |
Goods list
| Product | Price | Qty. | Total | |
| Harman Kardon AVR 135 |
4029:- | 1 | 4029:- | |
| Rolling Stones - Live licks 2004 | 139:- | 1 | 139:- | |
| Total | 4168:- | |||
| Shipping | 0:- | |||
| Total | 4168:- | |||
| Part payment | from 207 SEK/month | |||
Payment method |
||
| Invoice - Pay within 14 days | ||
| Part Payment - Klarna from 207 SEK/month | ||
| Credit Card | ||
| COD - (49 SEK)
| ||
|
|||||||||||||||||||||||||||||||||||||||
Notes
How to display link to Klarna account and invoice terms
You can create two kinds of links with our javascript solution. One displays a link to the terms for invoice and the other a link to the account terms. Below you will have examples on how to integrate this into your webshop.
Klarna account terms
Invoice terms
Remember that you have to change eid to your store number which you find when you login to Klarna Online. You also need to use the correct country code to get the payment terms in the correct language. The argument sum is the sum of the product or basket. For invoice you have the
additional parameter called charge which is the invoice fee that you are charging your customers inc. VAT.
The language codes you can use are the following:
Sweden: se or swe
Finland: fi or fin
Denmark: dk or den
Norway: no or nor
Germany: de or deu
Netherlands: nl
Doing this will add a link on you webshop like below
Klarna account:
Invoice:
How to calculate monthly cost
The part payment options shall be sorted in ascending order based on the monthly cost. To calculate the monthly cost, you need to use the function calc_monthly_cost. For product pages, you need to use the flag 1 so that the account invoice fee is not shown and the minimum amount can be lower that the lowest amount to pay in parts. Read more about this in the calc_monthly_cost function.
Product page
In this page we show a product page and how the monthly cost of a product and the payment terms can be presented. You will also see how you can present additional goods with the monthly cost. Please note that the country option you made on the Checkout example page, will control in which language the read more text is displayed on this page. Some examples of stores that show the monthly cost on the product page are www.britalianracing.se and www.gladagrodan.se.
Klarna account
|
Show monthly cost To show monthly cost for account, you need to use the function calc_monthly_cost. For product pages, you need to use the flag 1 so that the account invoice fee is not shown and the minimum amount can be lower that the lowest amount to pay in parts. Read more about this in the calc_monthly_cost function. More info text We recommend to use our javascript solution where Klarnas text is automatically picked up from our site. Click on "Instructions how to use javascript" below the recommended items. |
|||||||
|
||||||||
Instructions how to use javascript
On the product page this javascript should be added below the price on the product. To use this script which will create a link that opens a popup on your site with the conditions you simply add the below script to your page.
Remember that you have to change eid to your store number and also change to the appropiate country code to get the payment terms in the correct language. The argument sum is the sum of the product or basket.
The language codes you can use are the following:
Sweden: se or swe
Finland: fi or fin
Denmark: dk or den
Norway: no or nor
Germany: de or deu
Doing this will add a link on you webshop like below
Invoice & Part payment terms
It is very important that invoice and part payment terms are correctly shown in the webshop.
Both invoice and part payment terms has to be shown in your terms and condition page.
* Change the eid to your eid and charge to the invoice fee you are taking from the customer
** Change the eid to your eid
Sweden
Link to invoice terms: https://online.klarna.com/villkor.yaws?eid=2&charge=5 *Link to account information: https://online.klarna.com/account_se.yaws?eid=2 **
Link to account terms: http://klarna.com/kontovillkor.pdf
Link to mobile terms: https://online.klarna.com/mobile_terms_se.yaws
Homepage to link to: http://www.klarna.com
Lowest amount to pay: 50 SEK/month
Finland
Link to invoice terms: https://online.klarna.com/villkor_fi.yaws?eid=2&charge=5 *Link to account information: https://online.klarna.com/account_fi.yaws?eid=2 **
Link to account terms: http://www.klarna.com/klarna-tiliehdot.pdf
Homepage to link to: http://www.klarna.fi
Lowest amount to pay: 8,95 EUR/month
Denmark
Link to invoice terms: https://online.klarna.com/villkor_dk.yaws?eid=2&charge=5 *Link to account information: https://online.klarna.com/account_dk.yaws?eid=2 **
Link to account terms: http://klarna.com/pdf/kontovilkar_dk.pdf
Homepage to link to: http://klarna.dk
Lowest amount to pay: 89 DKK/month
Norway
Link to invoice terms: https://online.klarna.com/villkor_no.yaws?eid=2&charge=5 *Link to account information: https://online.klarna.com/account_no.yaws?eid=2 **
Link to account terms: http://klarna.com/pdf/kontovilkar_no.pdf
Homepage to link to: http://klarna.no
Lowest amount to pay: 95 NOK/month
Germany
Link to invoice terms: https://online.klarna.com/villkor_de.yaws?eid=2&charge=5 *Link to account information: https://online.klarna.com/account_de.yaws?eid=2 **
Link to account terms: http://www.klarna.se/pdf/Vertragsbedingungen.pdf
Homepage to link to: http://klarna.de
Lowest amount to pay: 6,95 EUR/month
Netherlands
Link to invoice terms: https://online.klarna.com/villkor_nl.yaws?eid=2&charge=5 *Link to Credit Prospectus: http://klarna.com/pdf/kredietprospectus_klarna_account_juli_2010.pdf
Everywhere the split payment option is offered, you need to have a link to the Credit Prospectus and/or the General Terms.
Link to general terms: http://klarna.com/pdf/kredietprospectus_klarna_account_juli_2010.pdf
You must present a credit warning banner in the following locations:- On the page where the payment option ‘Split payment’ is offered, attached to the explanation of split payment or on top of the page
- If a price is offered as a split payment somewhere on the website (for example, when an item of € 350 is promoted as € 8 per month) the banner needs to be included
- If the option of split payment is actively promoted on the first page, it also needs need to be on the first page.
- The banner does not need to be in the Check-out process itself, but there has to be a link to the credit Prospectus
- Banner needs to cover entire width of the message
Homepage to link to: http://klarna.nl





Subscribe to our RSS feed for technical updates