Klarna invoice
Tags, loops and template examples related to handling payment in Klarna Invoice and Part Payment checkout.
Available tags
Klarna.BuyURL
Returns the URL to the page that the payment will redirect to if the customer buys.
@GetString("Klarna.BuyURL")
Klarna.CancelURL
Returns the URL to the page that the payment will redirect to if the customer cancels the payment.
@GetString("Klarna.CancelURL")
Klarna.EID
Returns code of merchant, related to Merchant ID field of the payment gateway settings.
@GetString("Klarna.EID")
Klarna.Fixed
Returns True if the merchant has ability to perform fixed part payment.
@GetString("Klarna.Fixed")
Klarna.Flexible
Returns True if the merchant has ability to perform flexed part payment.
@GetString("Klarna.Flexible")
Klarna.Flexible.Description
Returns description defined to flexible payment.
@GetString("Klarna.Flexible.Description")
Klarna.Flexible.InterestRate
Returns percentage of the interest rate.
@GetString("Klarna.Flexible.InterestRate")
Klarna.Flexible.InvoiceFee
Returns an amount of invoice fee in the local currency.
@GetString("Klarna.Flexible.InvoiceFee")
Klarna.Flexible.MonthlyPay
Returns a monthly amount of payment in the local currency.
@GetString("Klarna.Flexible.MonthlyPay")
Klarna.Flexible.StartFee
Returns an amount of start fee in the local currency.
@GetString("Klarna.Flexible.StartFee")
Klarna.Locale
Returns locale used when displaying texts. It is a ISO 639 language code and a ISO 3166-1 alpha-2 country code, e.g. sv_se.
@GetString("Klarna.Locale")
Klarna.UpdateBillingInfo
Returns current state of Update billing info check-box in the payment gateway settings.
@GetString("Klarna.UpdateBillingInfo")
Klarna.UpdateShippingInfo
Returns current state of Update shipping info check-box in the payment gateway settings.
@GetString("Klarna.UpdateShippingInfo")