How to Correctly Detect Credit Card Type
creditcardjs.com
How to Correctly Detect Credit Card Type
1–10 of 67 posts
Re: How to Correctly Detect Credit Card Type
#2Re: How to Correctly Detect Credit Card Type
#3Why does it even matter if you show the credit card type when the user is typing it in? If the first 6 numbers determine the card type, then handling card type can be done on the backend. Why make the effort to show users information that they already know, ie. card type?
Re: How to Correctly Detect Credit Card Type
#4Why does it even matter if you show the credit card type when the user is typing it in? If the first 6 numbers determine the card type, then handling card type can be done on the backend. Why make the effort to show users information that they already know, ie. card type?
I'd say in part because you want to give people a UX they are comfortable with. Sites for years have been asking for "Card type", and so a user may suspect something is wrong if they don't need to enter it and show no indication you know what it is.
Re: How to Correctly Detect Credit Card Type
#5Re: How to Correctly Detect Credit Card Type
#6Earlier quoted context omitted.
I'd say in part because you want to give people a UX they are comfortable with. Sites for years have been asking for "Card type", and so a user may suspect something is wrong if they don't need to enter it and show no indication you know what it is.
That seems unlikely, but I've certainly been wrong about UI questions before. I'd be very curious if anyone has any data supporting this idea.
Re: How to Correctly Detect Credit Card Type
#7Why does it even matter if you show the credit card type when the user is typing it in? If the first 6 numbers determine the card type, then handling card type can be done on the backend. Why make the effort to show users information that they already know, ie. card type?
Re: How to Correctly Detect Credit Card Type
#8Why does it even matter if you show the credit card type when the user is typing it in? If the first 6 numbers determine the card type, then handling card type can be done on the backend. Why make the effort to show users information that they already know, ie. card type?
Re: How to Correctly Detect Credit Card Type
#9Why does it even matter if you show the credit card type when the user is typing it in? If the first 6 numbers determine the card type, then handling card type can be done on the backend. Why make the effort to show users information that they already know, ie. card type?