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

    Interface PaymentRequestStateContext

    Context for the state of a payment request.

    interface PaymentRequestStateContext {
        customerInteraction?: { method?: string; paymentRequestUrl?: string };
        interoperabilityToken?: string;
        klarnaCustomer?: {
            customerProfile?: KlarnaCustomerProfile;
            customerToken?: string;
        };
        paymentToken?: string;
        shipping?: Shipping;
    }
    Index

    Properties

    customerInteraction?: { method?: string; paymentRequestUrl?: string }
    interoperabilityToken?: string
    klarnaCustomer?: {
        customerProfile?: KlarnaCustomerProfile;
        customerToken?: string;
    }

    Type Declaration

    • OptionalcustomerProfile?: KlarnaCustomerProfile
    • OptionalcustomerToken?: string

      The customer token.

      future-release

    paymentToken?: string
    shipping?: Shipping

    Shipping information.