OMPX JavaScript SDK
    Preparing search index...

    Interface OmpxServerConfig

    interface OmpxServerConfig {
        hooks?: OmpxServerHooks;
        methods: OmpxPaymentMethod[];
        protocols?: Protocol[];
        secret?: string;
    }
    Index

    Properties

    protocols?: Protocol[]

    Which protocols to serve (default: both)

    secret?: string

    Server secret for MPP challenge ID HMAC generation