Options to control the behavior of the Payment Request.

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

Properties

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

The initiation mode of the purchase flow.

DEVICE_BEST.

See FlowInitiationModeType

opfClientVersion?: string