cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize.net Credit Card API Data

what is requires so we can send name address etc to the API and get some Security Settings.

For Example:
If Name on Card does Not match the Name submitted we can be notify and decide how to handle.  Another example Postal Code don't match.
which API can support me by this data and what is the requirements??
thanks,
stuclasivo
Member
1 REPLY 1

The only way to do that is to process an actual charge, usually $0.00 for VIsa or $0.01 for other card types. You would go into your control panel and set your AVS (Address Verification Service) to decline or report triggered filters for the settings you want to cause a reject (probably everything except Y, since extended zip isn't something a lot of people know), then test for those flags on the response, or just test for failure if you're declining. Note that there is no way to verify the name on the card - credit card companies stopped using that as a security feature quite some time ago. You might look into the CCV (Card Code Verification) settings as well, however.

TJPride
Expert