Creditcard.js: a more usable credit card form
31–40 of 112 posts
Re: Creditcard.js: a more usable credit card form
#32Re: Creditcard.js: a more usable credit card form
#33Looks good, and I like the mistakes and solutions section. However, it's pretty much all covered by Stripe's open source jQuery.payment, which is also agnostic to your payment gateway. https://github.com/stripe/jquery.payment (Disclaimer - I built it.)
Personally, I would much rather use the MIT-licensed jQuery.payment by Stripe. I think $300 or even $149 is prohibitively expensive, and would prefer a script that is actively used and reviewed in public by many developers.
Thanks Alex!
Re: Creditcard.js: a more usable credit card form
#34My observation is that I wish the dots that are place holders in the box, turned into numbers as I typed them. When I went to type in a cc, the text box went blank, leaving me aesthetically with the same cc form as any one of them on the web.
Re: Creditcard.js: a more usable credit card form
#35Doesn't handle Amex correctly for card that begins 3725
But surprisingly handles JCB and Diners Club.
Re: Creditcard.js: a more usable credit card form
#36Re: Creditcard.js: a more usable credit card form
#37Re: Creditcard.js: a more usable credit card form
#38$149 is a extremely high price-point for this with so many alternatives out there. I also don't see the value vs. the price. I've implemented http://jquerycreditcardvalidator.com/ with authorize.net with zero issues. Good luck selling this.
It's $299 (that's the beta-price). But I don't think it's expensive. I think it's quite correct. If a developer value his time, he should probably buy it. That is if he finds that it has advantages over the free alternatives.
Re: Creditcard.js: a more usable credit card form
#39Technically, this is broken. 4-digit security codes exist, yet this form doesn't allow them.