Tell HN: Credit Card type is very easy to ascertain from the number
One thing I hate is when I'm checking out and a site asks me for my credit card number, then asks what type of credit card it is. Maybe it was my years in high school working for a pizza place, but credit cards are very easy. I thought it was basic info, but am surprised when I find out how many people have no clue. The first digit always determines what kind of card it is:
3 - American Express
4 - Visa
5 - Mastercard
6 - Discover
Go ahead, check your wallets, I guarantee that's right. Don't make your users give redundant information!
5 comments
[ 3.1 ms ] story [ 11.4 ms ] threadWe have the field, but set it based on the credit card number on the back-end.
By this logic, Amazon's One-Click purchase would be a failure because people "expect" to have to enter their address and billing info every time. That's simply not the case.
Furthermore, some sites require this piece of data, some don't. I don't think this is like asking for the customer's email which they'd expect, selecting my card type is only present on ~50% of places I check out. (purely observational, no evidence to back that up) My point being that since entering your card type is not an expected piece of data every customer expects to put in for every transaction, they won't miss it to the point that they think your site is untrustworthy when it's not there. You have just made their life a little easier behind the scenes by not requiring them to supply it manually.