Print Page | Close Window

ccv - credit card verification number pt2

Printed From: SalesCart
Category: Legacy Products
Forum Name: SalesCart Standard / PRO / SQL
Forum Description: All questions pertaining to SalesCart Standard, PRO and SQL should be posted here.
URL: http://forum.salescart.com/forum/forum_posts.asp?TID=141
Printed Date: March/29/24 at 2:30am
Software Version: Web Wiz Forums 11.04 - http://www.webwizforums.com


Topic: ccv - credit card verification number pt2
Posted By: lleemon
Subject: ccv - credit card verification number pt2
Date Posted: July/09/04 at 1:45pm
If anyone is interested in our solution. Sorry about having to create a new post but the http://forums.salescart.com/forum_posts.asp?TID=130&TPN=1 - original post was closed.

After having to pay for a solution we found out the suggested way is to purchase the new module that will allow for this ccv value to be passed to authorize.net. WARNING: Just because you have a textbox for Security Number in payment2.asp doesn't mean its value is getting passed to authorize.net. If you have an older version of SalesCart PRO (we bought in October 2003) you do get the gateway to authorize it's just that CTp.asp may not include the field x_Card_Code that passes the security number to authorize.

So if your authorize.net transaction version is 3.1 and you have a old CTp.asp file you have 2 options:
1. Buy the latest and greatest version from salescart ($60).
2. Modify CTp.asp yourself and pass the values (not recommended for beginners).

I also recommend reading the authorize.net document http://www.authorizenet.com/support/AIM_guide.pdf - AIM_guide.pdf to see what you need to be passing or could be passing.

If your interested to know what we did:
1. In CTp.asp we changed x_version 3.0 to 3.1
(3.0 is the standard version, 3.1 allows the merchant to utilize the Card Code feature)
(This is actually optional. If no value is specified, the value located in the Transaction Version settings within the Merchant Interface will be used.)
2. In CTp.asp we added the following line in the appropriate place:
AuthNet = AuthNet & "&x_Card_Code=" & RS("CardSecurity")

Also be aware that these Card Codes (along with credit card numbers) are stored in your database based on original coding. Will said they do have a fix for the card numbers but not sure if they have the card codes fix yet.

Note: The information above is not supported by SalesCart. Follow instructions at your own risk



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.04 - http://www.webwizforums.com
Copyright ©2001-2015 Web Wiz Ltd. - http://www.webwiz.co.uk