Hi Everyone,
This is a question about credit card processing. We are using AVS and have found that each transaction that fails because of AVS causes a hold for the total amount to be placed on the customer's card. Multiple failures mean multiple holds.
This happens because AVS is checked only after the AUTH is done. So if AVS fails, then a VOID is done. So you have an AUTH followed by a VOID which results in a hold.
Since most of our customers make very large purchases, multiple holds for this amount are a real problem. My questions for you are:
Can AVS be checked before an AUTH is done?
Does these holds happen for all merchants or just smaller ones? I've never had this happen to me and I buy stuff online frequently.
I've heard that you can do an AUTH/VOID of $1 to just to check the AVS. Is this a good way to handle the problem?
Any suggestions are welcome. Thank you.