Type Alias KlarnaCustomerProfile

KlarnaCustomerProfile: {
    address: Address;
    country: Country;
    customerId: string;
    dateOfBirth: string;
    email: Email;
    emailVerified: boolean;
    familyName: string;
    givenName: string;
    locale: string;
    nationalIdentification: NationalIdentification;
    phone: Phone;
    phoneVerified: boolean;
}

Details of the Klarna customer account that authorized the payment.

By default no information is returned. To request individual fields to be returned see the request_customer_profile property in the configuration object.

Note that you must have a valid purpose under relevant data protection laws to request and process this data.

Type declaration

  • address: Address
  • country: Country
  • customerId: string
  • dateOfBirth: string
  • email: Email
  • emailVerified: boolean

    Indicates whether the email address has been verified through OTP or not.

  • familyName: string
  • givenName: string
  • locale: string
  • nationalIdentification: NationalIdentification
  • phone: Phone
  • phoneVerified: boolean

    Indicates whether the phone number has been verified through OTP or not.