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

    Interface CardPaymentMethodSpecificOutput

    interface CardPaymentMethodSpecificOutput {
        authorisationCode?: string | null;
        card?: CardEssentials | null;
        clickToPayUsed?: boolean | null;
        fraudResults?: CardFraudResults | null;
        initialSchemeTransactionId?: string | null;
        networkTokenData?: NetworkTokenData | null;
        networkTokenUsed?: boolean | null;
        paymentAccountReference?: string | null;
        paymentProductId?: number | null;
        schemeTransactionId?: string | null;
        threeDSecureResults?: ThreeDSecureResults | null;
        token?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorisationCode?: string | null
    card?: CardEssentials | null
    clickToPayUsed?: boolean | null
    fraudResults?: CardFraudResults | null
    initialSchemeTransactionId?: string | null
    networkTokenData?: NetworkTokenData | null
    networkTokenUsed?: boolean | null
    paymentAccountReference?: string | null
    paymentProductId?: number | null
    schemeTransactionId?: string | null
    threeDSecureResults?: ThreeDSecureResults | null
    token?: string | null