AVSAndCVVOnly Method
Performs an AVS/CVV only check using the specified Card data.
Syntax
int AVSAndCVVOnly();
Remarks
This methods allows you to perform an AVS/CVV only request for verification purposes using the specified Card data. This does not authorize any funds on the card and only performs an AVS and CVV check. The TransactionAmount must be 0 for this transaction.
Note: For Retail transactions the CardEntryDataSource must be set to a manual entry value for this transaction.
FDMSHealthCare.CardEntryDataSource = edsManualEntryTrack1Capable FDMSHealthCare.CardNumber = "4444333322221111" FDMSHealthCare.CardExpMonth = 9 FDMSHealthCare.CardExpYear = 2015 FDMSHealthCare.CardCVVData = "999" FDMSHealthCare.CustomerAddress = "123 Nowhere Ln" FDMSHealthCare.CustomerZip = "90210" FDMSHealthCare.TransactionAmount = "0" FDMSHealthCare.AVSAndCVVOnly()