cancel
Showing results for 
Search instead for 
Did you mean: 

Avs related problem

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

kemadruwro
Member
1 REPLY 1

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.

TJPride
Expert