Klarna Web SDK v1/r6
    Preparing search index...

    Type Alias Customer

    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 Customer = {
        address?: Address;
        email?: Email;
        familyName?: string;
        givenName?: string;
        phone?: Phone;
    }
    Index

    Properties

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