Klarna Web SDK v2/r8
    Preparing search index...

    Interface KlarnaCustomerProfile

    Details of the Klarna customer account that approves the payment.

    interface KlarnaCustomerProfile {
        address: Address;
        country: string;
        customerId: string;
        dateOfBirth: string;
        email: string;
        emailVerified: boolean;
        familyName: string;
        givenName: string;
        locale: string;
        nationalIdentification: NationalIdentification;
        phone: string;
        phoneVerified: boolean;
        sub?: string;
    }
    Index

    Properties

    address: Address
    country: string

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

    customerId: string
    dateOfBirth: string

    The date of birth of the customer.

    future-release

    email: string
    emailVerified: boolean
    familyName: string
    givenName: string
    locale: string
    nationalIdentification: NationalIdentification

    The national identification number of the customer.

    future-release

    phone: string
    phoneVerified: boolean

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

    sub?: string

    future-release