Hacker News new | ask | show | jobs
by fitztrev 5259 days ago
Interesting concept. Just a piece of advice that might improve conversions: I know you're using Stripe.js but you still should have an SSL cert on a payment page. And another thing with Stripe.js, don't use name attributes for the credit card input fields. That way they don't get passed through on the form submission.
1 comments

I bought an SSL cert, and the payment should be encrypted over SSL. I'll check it out later though, and will look at the name attributes on the credit card field. Thanks so much for checking Skimling out!