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

  • Optional address?: Address
  • Optional email?: Email
  • Optional familyName?: string
  • Optional givenName?: string
  • Optional phone?: Phone