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

    Interface ThreeDSecure

    interface ThreeDSecure {
        authenticationAmount?: AmountOfMoney | null;
        authenticationFlow?: string | null;
        challengeCanvasSize?: string | null;
        challengeIndicator?: string | null;
        exemptionRequest?: string | null;
        externalCardholderAuthenticationData?:
            | ExternalCardholderAuthenticationData
            | null;
        priorThreeDSecureData?: ThreeDSecureData
        | null;
        redirectionData?: RedirectionData | 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
    externalCardholderAuthenticationData?:
        | ExternalCardholderAuthenticationData
        | null
    priorThreeDSecureData?: ThreeDSecureData | null
    redirectionData?: RedirectionData | null
    sdkData?: SdkDataInput | null
    skipAuthentication?: boolean | null
    transactionRiskLevel?: string | null