Hi,
I am implementing authorize.net in my client site and he want to validate card number and address with card holder details. ie. I am entering card number "4111111111111111" and address "test" at the time of payment so he want to validate this information with card issuer/bank, means this information must be match with card issuer's information. if card issuer's information is "4111111111111111" and address is "test 2" means it should give me error.
Please any body can tell me is it possible? if possible then how? how much time it will take to validate?
06-01-2015 06:00 AM
is possible, do an auth_only transaction(there will be transaction fee) with $0.01 or $0, then void it.
06-01-2015 06:20 AM