cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

AVS integration verification c#

How do I run transactions through the AVS/CCV fraud filter?  Does it check for fraud and charge at the same time, or do I have to code separtely for that?  Can yo provide links for sample code for c#?  

 

It seems the documentation is somewhat minimal, can someone fill in the gaps for those of us who have never done payment transactions before?

 

Thanks

cltw
Contributor
2 REPLIES 2

It does it at the same time.

http://www.authorize.net/resources/howitworksdiagram/

When it process with the buyer bank, it will do the validation and return the result, with the response of the transaction.

RaynorC1emen7
Expert

thank you, but what sample code I should look at that takes in zip code, billing address, etc for verification info?