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

    Interface ThreeDSecureResults

    interface ThreeDSecureResults {
        acsTransactionId?: string | null;
        appliedExemption?: string | null;
        authenticationAmount?: AmountOfMoney | null;
        cavv?: string | null;
        directoryServerTransactionId?: string | null;
        eci?: string | null;
        exemptionOutput?: ExemptionOutput | null;
        schemeRiskScore?: number | null;
        sdkData?: SdkDataOutput | null;
        threeDSecureData?: ThreeDSecureData | null;
        threeDSecureVersion?: string | null;
        threeDServerTransactionId?: string | null;
        xid?: string | null;
    }
    Index

    Properties

    acsTransactionId?: string | null
    appliedExemption?: string | null
    authenticationAmount?: AmountOfMoney | null
    cavv?: string | null
    directoryServerTransactionId?: string | null
    eci?: string | null
    exemptionOutput?: ExemptionOutput | null
    schemeRiskScore?: number | null
    sdkData?: SdkDataOutput | null
    threeDSecureData?: ThreeDSecureData | null
    threeDSecureVersion?: string | null
    threeDServerTransactionId?: string | null
    xid?: string | null