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

    Type Alias PaymentRequestOptions

    Options to control the behavior of the Payment Request.

    type PaymentRequestOptions = {
        interactionMode?: FlowInteractionMode;
    }
    Index

    Properties

    Properties

    interactionMode?: FlowInteractionMode

    The interaction mode of the authorization flow, i.e if redirects or popups are preferred.

    DEVICE_BEST.

    See FlowInteractionMode