Credit Card 3 digit code - What is the official name for it? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T02:48:56Z http://stackoverflow.com/feeds/question/807238 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/807238/credit-card-3-digit-code-what-is-the-official-name-for-it 2 Credit Card 3 digit code - What is the official name for it? Mike Wills 2009-04-30T14:36:54Z 2009-04-30T15:20:08Z <p>I am working on a payment form and that 3-digit code on the back of the card, what is that called? I can't find a consistent reference as to what to call it.</p> http://stackoverflow.com/questions/807238/credit-card-3-digit-code-what-is-the-official-name-for-it/807246#807246 17 Answer by thomasrutter for Credit Card 3 digit code - What is the official name for it? thomasrutter 2009-04-30T14:38:03Z 2009-04-30T15:16:37Z <p>It is called the <a href="http://en.wikipedia.org/wiki/Card%5FSecurity%5FCode" rel="nofollow">Card Security Code (CSC)</a> according to Wikipedia, but has also been known as other things, such as the Card Verification Value (CVV) or Card Verfication Code (CVC).</p> <blockquote> <p>The second code, and the most cited, is CVV2 or CVC2. This CSC (also known as a CCID or Credit Card ID) is often asked for by merchants for them to secure "card not present" transactions occurring over the Internet, by mail, fax or over the phone. In many countries in Western Europe, due to increased attempts at card fraud, it is now mandatory to provide this code when the cardholder is not present in person.</p> </blockquote> <p>Because this seems to be known by multiple names, and its name doesn't seem to be printed on the card itself, you'll probably (unfortunately) still need to tell your users how to find the code - ie by describing it as the "3 digit code on back of card".</p> http://stackoverflow.com/questions/807238/credit-card-3-digit-code-what-is-the-official-name-for-it/807255#807255 2 Answer by dpmattingly for Credit Card 3 digit code - What is the official name for it? dpmattingly 2009-04-30T14:39:35Z 2009-04-30T14:39:35Z <p>It's got a number of names. Most likely you've heard it as either Card Security Code (CSC) or Card Verification Value (CVV).</p> <p><a href="http://en.wikipedia.org/wiki/Card_Security_Code" rel="nofollow">Card Security Code</a></p> http://stackoverflow.com/questions/807238/credit-card-3-digit-code-what-is-the-official-name-for-it/807256#807256 1 Answer by MaSuGaNa for Credit Card 3 digit code - What is the official name for it? MaSuGaNa 2009-04-30T14:40:08Z 2009-04-30T14:40:08Z <p>From <strong>Wikipedia</strong>, </p> <p>The Card Security Code is located on the back of MasterCard, Visa and Discover credit or debit cards and is typically a separate group of 3 digits to the right of the signature strip. On American Express cards, the Card Security Code is a printed (NOT embossed) group of four digits on the front towards the right.</p> <p>The Card Security Code (CSC), sometimes called Card Verification Value (CVV or CV2), Card Verification Value Code (CVVC), Card Verification Code (CVC), Verification Code (V-Code or V Code), or Card Code Verification (CCV)[1] is a security feature for credit or debit card transactions, giving increased protection against credit card fraud.</p> <p>There are actually several types of security codes:</p> <pre><code>* The first code, called CVC1 or CVV1, is encoded on the magnetic stripe of the card and used for transactions in person. * The second code, and the most cited, is CVV2 or CVC2. This CSC (also known as a CCID or Credit Card ID) is often asked for by merchants for them to secure "card not present" transactions occurring over the Internet, by mail, fax or over the phone. In many countries in Western Europe, due to increased attempts at card fraud, it is now mandatory to provide this code when the cardholder is not present in person. * Contactless Card and Chip cards may supply their own codes generated electronically, such as iCVV or Dynamic CVV. </code></pre> <p>The CVC should not be confused with the standard card account number appearing in embossed or printed digits. (The standard card number undergoes a separate validation algorithm called the Luhn algorithm which serves to determine whether a given card's number is appropriate.)</p> <p>The CVC should not be confused with PIN codes such as MasterCard SecureCode or Visa Verified by Visa. These codes are not printed or embedded in the card but are entered at the time of transaction using a keypad.</p> http://stackoverflow.com/questions/807238/credit-card-3-digit-code-what-is-the-official-name-for-it/807267#807267 6 Answer by John Topley for Credit Card 3 digit code - What is the official name for it? John Topley 2009-04-30T14:41:32Z 2009-04-30T14:41:32Z <p>You can't find a consistent reference because it seems to go by at least six different names!</p> <ul> <li>Card Security Code</li> <li>Card Verification Value (CVV or CV2)</li> <li>Card Verification Value Code (CVVC)</li> <li>Card Verification Code (CVC)</li> <li>Verification Code (V-Code or V Code)</li> <li>Card Code Verification (CCV)</li> </ul>