OMPX JavaScript SDK
    Preparing search index...

    Interface OmpxClientConfig

    interface OmpxClientConfig {
        hooks?: OmpxClientHooks;
        methods: OmpxPaymentMethod[];
        preferProtocol?: ProtocolPreference;
        sessionStore?: SessionStore;
    }
    Index

    Properties

    hooks?: OmpxClientHooks
    methods: OmpxPaymentMethod[]
    preferProtocol?: ProtocolPreference

    Protocol detection preference (default: 'auto' = prefer MPP)

    sessionStore?: SessionStore

    Session store for MPP session intent payment channels. Defaults to an in-memory store (provided by @ompx/client). Inject a custom store (e.g. Redis) for persistence across restarts.