Live data from Hacker News

Ask HN: "Why do credit card forms still display detected card type?"

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: "Why do credit card forms still display detected card type?"

#3
post #2

It adds some feedback to the user saying "I recognize the type of cart you've entered."

Very true. But is there a reason that's better than a checkmark? It just doesn't seem like a user cares what card type they've entered. They already know since they got the card out.

Re: Ask HN: "Why do credit card forms still display detected card type?"

#4
I don't think there is really is "general" reason. From a usability perspective if the user has a Visa and fat-fingers a 5 as the first digit it can be nice if they see that there may be an error before hitting submit (although in all honest I don't really pay attention to the icons that highlight on some forms and still fat finger numbers occasionally).

In a related topic on of my biggest pet peeves with sites is the ones that force you to choose the credit card type instead of detecting. Very frustrating to hit submit only to be informed you forgot to select the type of card you are using. To me there is no logical reason behind that.

Re: Ask HN: "Why do credit card forms still display detected card type?"

#5
post #2

It adds some feedback to the user saying "I recognize the type of cart you've entered."

Wouldn't some other feedback actually be better? If your JavaScript can calculate the Luhn checksum, and then give a checkmark or something, you've actually done better than just checking the card number's first few digits.

Re: Ask HN: "Why do credit card forms still display detected card type?"

#6

I don't think there is really is "general" reason. From a usability perspective if the user has a Visa and fat-fingers a 5 as the first digit it can be nice if they see that there may be an error before hitting submit (although in all honest I don't really pay attention to the icons that highlight on some forms and still fat finger numbers occasionally). In a related topic on of my biggest pet peeves with sites is th…

Yea agreed for sure, that's just lazy.

It seems like we went from "You have to pick ahead of time"

to "oh wait we can auto detect! but we should still probably show something"

to "why are we showing something at all?"

Or at least, that's where I'm at.