KlarnaSourceParams
Model representing parameters for creating a Klarna Source.
See Klarna Payments with Sources
Note: The optional fields billingEmail, billingPhone, billingAddress, billingFirstName, billingLastName, and billingDob can be provided to skip Klarna's customer information form.
If this information is missing, Klarna will prompt the customer for these values during checkout. Be careful with this option: If the provided information is invalid, Klarna may reject the transaction without giving the customer a chance to correct it.
Constructors
Types
Required for customers located in the US.
Functions
Properties
An Address for the customer. At a minimum, Address.line1, Address.postalCode, Address.city, and Address.country must be provided.
A list of LineItem. Klarna will present these on the confirmation page. The total amount charged will be a sum of the LineItem.totalAmount of each of these items.