- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can i validate card number and address with bank record?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

