Credit Card Y/M Address Verify / CVV2 |
Post Reply |
Author | |
WGSnet
Newbie Joined: 19-June-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 28-April-2008 at 2:08am |
The ability to view the credit card authorization results from the gateway (Authorize.net in our case) on the Orddetails.asp > Payment Status tab would be helpful. This would allow the merchant to quickly view the Address Verification (Y) and CVV2 Security Code (M) results on the Order prior to processing to determine if further fraud screening is necessary. Note : I have a good ASP programmer that can do it, I would just like to put in a plug for it to be in the cart by default. Edited by WGSnet - 28-April-2008 at 6:43am |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
I very much doubt authorise.net would send the CVV2 code and I don't see, short of having the card in your possession, how it would help you with fraud screening.
If anything, it makes your database a potential source of full credit card details that could then be used for fraud by any one with the ability to access the database, legitimately or otherwise. That would almost certainly put you at greater risk of legal action. PC's security is good, but the code runs on a server and any holes on that server, or other apps on it could be a vector to the system being compromised. Companies like authoirise.net live & breathe security, they cannot afford a breach - ever, and their security budget is many many times what others can afford to spend. Surely a major point of services such as authorise.net is that they take ultimate responsibility for checking that the details entered are valid - They will check the address & CVV2 with Visa/whomever, so it will only get past those checks if the details are correct. Do you allow deliveries to addresses other than the one associated with the card? If you can avoid doing that, or treat all those as much higher risk, then I believe you would be a good part of the way there. |
|
WGSnet
Newbie Joined: 19-June-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
I'm reffering to the CVV2 "Results" of course ... (M) for "Matched" and the Address Verification Results, which are used for fraud screening. This is something that is in another cart we run and it's a very nice feature. Edited by WGSnet - 28-April-2008 at 6:40am |
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
Ahh, My apologies !
|
|
Hamish
Admin Group Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
|
OK - I took a quick look & the results are indeed returned from authorize.net and populated into a variable. Take a look pc/pc_authreturn.asp - x_cvv2_resp_code.
.... And, reading the original post, I see you have an ASP programmer who has almost certainly got past this point anyway . I take your point about it being included & displayed & it can only be of benefit to do so. |
|
WGSnet
Newbie Joined: 19-June-2007 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Here is an example of this feature in use on another cart ...
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |