Hi All,
I have implemented the following CIM method to validate the credit card number and cvv code,but when i made a transaction against an account .I got the following error:
"The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder."
Please help me how can i make sure to validate the credit card for avs while entering so that during the transaction i wonot get the above error.
I really appreciate for you ideas and solutions.
Thanks
01-30-2012 02:34 AM
The only way to check against AVS or CVV filters is to put through a credit card transaction. If you don't want to charge for the order up front, this means setting the parameter validationMode to liveMode so the API will charge $0.01 or $0.00 and then immediately void. Transaction fees will still apply.
01-30-2012 03:14 AM