Customer: {
    address?: Address;
    email?: Email;
    familyName?: string;
    givenName?: string;
    phone?: Phone;
}

Represents who the customer is according to the merchant. These data points may be used by Klarna to simplify sign-up and during fraud assessment. They will not be used for underwriting and will not be persisted on authorized payments.

Type declaration

  • Optionaladdress?: Address
  • Optionalemail?: Email
  • OptionalfamilyName?: string
  • OptionalgivenName?: string
  • Optionalphone?: Phone