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;} Type declaration
customerId: string
dateOfBirth: string
emailVerified: boolean
familyName: string
givenName: string
locale: string
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_profileproperty in the configuration object.Note that you must have a valid purpose under relevant data protection laws to request and process this data.