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

    Interface DecryptedPaymentData

    interface DecryptedPaymentData {
        authMethod?: string | null;
        cardholderName?: string | null;
        cryptogram?: string | null;
        dpan?: string | null;
        eci?: number | null;
        expiryDate?: string | null;
        pan?: string | null;
        paymentMethod?: string | null;
    }
    Index

    Properties

    authMethod?: string | null

    Use decryptedPaymentData.paymentMethod instead

    cardholderName?: string | null
    cryptogram?: string | null
    dpan?: string | null
    eci?: number | null
    expiryDate?: string | null
    pan?: string | null
    paymentMethod?: string | null