Reply
Collecting CVV number on shopping cart
Old 02-10-2008, 10:41 AM Collecting CVV number on shopping cart
witchblade32's Avatar
Super Talker

Posts: 140
Location: Lititz, PA
I have a client who wants to collect the CVV number of the credit card through his online store. I've counceled him that this is a violation of his merchant agreement with Visa and Mastercard which state that the number cannot be stored. Even those these numbers are encrypted, reducing the liability, I want to cover my butt on this should something ever happen.

Does anyone here have a release form template that they use in these cases (can you share), or do you simply refuse to add the CVV collection to the shopping cart?

I definitely want to get something in writing from the client releasing me from any fines or damages should something go wrong after advising them against the storage of numbers.
__________________
When you eliminate all other possibilities, what remains, no matter how improbable, is the answer.
witchblade32 is offline
Reply With Quote
View Public Profile Visit witchblade32's homepage!
 
When You Register, These Ads Go Away!
     
Old 02-10-2008, 11:40 AM Re: Collecting CVV number on shopping cart
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
The question I have is...why would it need to be stored? A CVV number can be collected, sent to the payment processor, card info is processed, response is sent back, bang, everything's done.

Assuming you're doing that, the CVV wouldn't need to be stored and I personally would refuse to do it since it's not used anywhere as proof of transaction. You can legally store an IP address and the last four digits of the card number...so that would be okay. Anything else is just asking for trouble.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 02-10-2008, 12:37 PM Re: Collecting CVV number on shopping cart
witchblade32's Avatar
Super Talker

Posts: 140
Location: Lititz, PA
The client isn't using an online payment gateway. They retrieve the encrypted order and manually process the card. The encrypted orders are stored on the server for various lengths of time until they are manually purged (which is often weeks to months). That's where the problem lies.
__________________
When you eliminate all other possibilities, what remains, no matter how improbable, is the answer.
witchblade32 is offline
Reply With Quote
View Public Profile Visit witchblade32's homepage!
 
Old 02-10-2008, 05:23 PM Re: Collecting CVV number on shopping cart
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 541
Name: Darren
Location: England
sorry, was posting on a different thread and pc went funny so copied what i typed before it crashed and pasted on the wrong one!! just ignore this post!
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!

Last edited by rolda hayes : 02-10-2008 at 05:26 PM. Reason: posted to wrong thread!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 05:31 PM Re: Collecting CVV number on shopping cart
witchblade32's Avatar
Super Talker

Posts: 140
Location: Lititz, PA
LOL, thanks for the explanation, I was wondering how that applied to my question
__________________
When you eliminate all other possibilities, what remains, no matter how improbable, is the answer.
witchblade32 is offline
Reply With Quote
View Public Profile Visit witchblade32's homepage!
 
Old 02-10-2008, 05:40 PM Re: Collecting CVV number on shopping cart
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 541
Name: Darren
Location: England
No worries, but back to your question...

Are you saying that you cant store CVV numbers at all??

We print orders out that have all the details on (with card number ****'d out)
but the CVV number is on there...

We keep the orders for a few months then shred them...
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-10-2008, 06:06 PM Re: Collecting CVV number on shopping cart
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Quote:
Originally Posted by witchblade32 View Post
The client isn't using an online payment gateway. They retrieve the encrypted order and manually process the card. The encrypted orders are stored on the server for various lengths of time until they are manually purged (which is often weeks to months). That's where the problem lies.
Yeah, that is an issue. I'd suggest to you that your deeper issue, if investigated, isn't so much the CVV number as it is the process in general. Encrypted or not, storing the CC number on a server puts your client in a position of liability. I'm not sure how you're processing the cards, but pretty well any form of online processing will require a CVV number, whereas most of the offline processing methods don't require them (if not all...I'm not overly familiar with offline payment methods, since I haven't really done much with a POS terminal in about 8.5 years).

Depending on what your client is paying, the insurance policy of sorts created by using a service such as Authorize.net or LinkPoint in the States, or BeanStream in Canada, or even *BLEEEEEEEEEECHHHHHHHHH* PrayPal in some instances, may be worth the difference between what your client is paying now and what they would be paying with one of these guys.

By the way, I've used all of those services from a programming point of view, and the APIs are all easy to work with (although LinkPoint does require a DLL registration for some reason on an NT server.)

If they won't do that, then I'd walk away. It's just not worth the risk if trouble goes down.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 02-25-2008, 04:09 PM Re: Collecting CVV number on shopping cart
Novice Talker

Posts: 9
There should be no reason why they need CVV.

The CVV is designed to assist in fraud prevention because of live internet transactions.

If your client is entering credit cards directly into their terminal or manual merchant account facility they will not need CVV. It won't even recognize it because its not an internet based live transaction system.

The other thing is it is 100% against the rules for them to capture the PAN (primary account number of the credt card) unless they are PCI compliant. Looking at the PCI DSS and saying "yeh I'm compliant because we encrypt things" doesn't cut it. If the site touches credit card data the site needs to be PCI compliant certified.

And you as their developer should be very careful you are not also putting yourself at risk of being a little bit liable if something goes wrong. If they get hit with a $50,000 fine its very easy for any client to say "Hey, we didn't set this up, our developer did". Puts it right back on you if you know what I mean.

I hope I don't get into big trouble for mentioning these guys again, but have a look at e-Path. They are a manual payment gateway that does exactly what you need and they ae fully PCI compliant. They don't ask for the CVV either.

Just be careful, this new PCI thing has already claimed the scalps of a few big developer companies that I know of simply because they were setting up systems for their clients and ignored PCI compliance even though they had been warned.

Cheers for now

Last edited by cloe2006 : 02-25-2008 at 04:10 PM.
cloe2006 is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 02:21 PM Re: Collecting CVV number on shopping cart
Ultra Talker

Posts: 267
Name: Russell Nyland
I don't think it's worth the risk of losing your merchant account taking orders like that, I'd just bite the bullet and use a payment gateway
__________________
EC Suite: 4.9% + $1 full-service processing, 48 hour setup, weekly payouts, affiliate program.
Want to learn more about processing, hosting or CDN? Check out our E-Commerce Blog
ECSuite_Russell is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 02:34 PM Re: Collecting CVV number on shopping cart
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 541
Name: Darren
Location: England
Quote:
If your client is entering credit cards directly into their terminal or manual merchant account facility they will not need CVV. It won't even recognize it because its not an internet based live transaction system.
NOT if you are in the UK (Other areas I can't vouch for...) - with certain merchant accounts you HAVE to enter the CVV or you get charged 2.5% of the transaction.

The CVV has to match banks details for the registed address of the card holder.
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Collecting CVV number on shopping cart
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15659 seconds with 13 queries