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

    Interface AbstractThreeDSecure

    interface AbstractThreeDSecure {
        authenticationAmount?: AmountOfMoney | null;
        authenticationFlow?: string | null;
        challengeCanvasSize?: string | null;
        challengeIndicator?: string | null;
        exemptionRequest?: string | null;
        priorThreeDSecureData?: ThreeDSecureData | null;
        sdkData?: SdkDataInput | null;
        skipAuthentication?: boolean | null;
        transactionRiskLevel?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authenticationAmount?: AmountOfMoney | null
    authenticationFlow?: string | null
    challengeCanvasSize?: string | null
    challengeIndicator?: string | null
    exemptionRequest?: string | null
    priorThreeDSecureData?: ThreeDSecureData | null
    sdkData?: SdkDataInput | null
    skipAuthentication?: boolean | null
    transactionRiskLevel?: string | null