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

    Interface CardPaymentMethodSpecificInputBase

    interface CardPaymentMethodSpecificInputBase {
        acquirerPromotionCode?: string | null;
        authorizationMode?: string | null;
        customerReference?: string | null;
        initialSchemeTransactionId?: string | null;
        paymentProductId?: number | null;
        recurring?: CardRecurrenceDetails | null;
        recurringPaymentSequenceIndicator?: string | null;
        requiresApproval?: boolean | null;
        skipAuthentication?: boolean | null;
        skipFraudService?: boolean | null;
        threeDSecure?: ThreeDSecureBase | null;
        token?: string | null;
        tokenize?: boolean | null;
        transactionChannel?: string | null;
        unscheduledCardOnFileIndicator?: string | null;
        unscheduledCardOnFileRequestor?: string | null;
        unscheduledCardOnFileSequenceIndicator?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acquirerPromotionCode?: string | null
    authorizationMode?: string | null
    customerReference?: string | null
    initialSchemeTransactionId?: string | null
    paymentProductId?: number | null
    recurring?: CardRecurrenceDetails | null
    recurringPaymentSequenceIndicator?: string | null

    Use recurring.recurringPaymentSequenceIndicator instead

    requiresApproval?: boolean | null
    skipAuthentication?: boolean | null

    Use threeDSecure.skipAuthentication instead

    skipFraudService?: boolean | null
    threeDSecure?: ThreeDSecureBase | null
    token?: string | null
    tokenize?: boolean | null
    transactionChannel?: string | null
    unscheduledCardOnFileIndicator?: string | null

    Use unscheduledCardOnFileSequenceIndicator instead

    unscheduledCardOnFileRequestor?: string | null
    unscheduledCardOnFileSequenceIndicator?: string | null