Is there an Australian credit card address verification system?
We are trying to find out a way to verify the billing address we have matches the billing address on the actual card for anti-fruad.
Is there an Australian credit card address verification system?
We are trying to find out a way to verify the billing address we have matches the billing address on the actual card for anti-fruad.
You would do that by performing a CV2/AVS check. The CV2 part of the check uses the Card Verification Value (CVV or CVV2, also refered to as Card Security Code or CSC). It's the three digit code (or four digits on Amex) from the back of the card.
That is captured at the time of the transaction, but not stored to disk. It should be passed through on the authorisation request, along with numerics from the billing address. These are eventually passed through to the card issuer, who validates the card and address match, then returns a value such as 'all details match', or 'address match only' etc.
Speak to your payment processor. Highly likely that they will support this feature.