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

    Interface PaymentRequestOptions

    Options to control the behavior of the Payment Request.

    interface PaymentRequestOptions {
        initiationMode?: "DEVICE_BEST" | "REDIRECT" | "ON_PAGE" | "POPUP";
        opfClientVersion?: string;
    }
    Index

    Properties

    initiationMode?: "DEVICE_BEST" | "REDIRECT" | "ON_PAGE" | "POPUP"

    The initiation mode of the purchase flow.

    DEVICE_BEST.

    See FlowInitiationModeType

    opfClientVersion?: string