Worldline Connect Node.js SDK
    Preparing search index...

    Interface CreateHostedCheckoutResponse

    interface CreateHostedCheckoutResponse {
        hostedCheckoutId?: string | null;
        invalidTokens?: string[] | null;
        merchantReference?: string | null;
        partialRedirectUrl?: string | null;
        RETURNMAC?: string | null;
    }
    Index

    Properties

    hostedCheckoutId?: string | null
    invalidTokens?: string[] | null
    merchantReference?: string | null
    partialRedirectUrl?: string | null
    RETURNMAC?: string | null