TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: When to ask for credit card number?

3 pointsby BrandonDCalmost 15 years ago
We are putting the finishing touches on our first web application, and I am curious as to what everyone's opinions are on when we should capture our user's credit card data.<p>Our current plan is to offer a 15 day free trial of our product. We were not planning on getting the user's card information during initial sign up. Our rationale for this was that we wanted to make the initial sign up process as easy as possible. I also assumed that it would reduce the likelihood of chargebacks.<p>Once the user signed up for their account, they would be able to use the application and save their card information in the application at their convenience. If, after the 15 day trial, they still had not entered their card information, their installation of the application would become "locked" until they entered their card info.<p>Are there good reasons why this is an inadvisable strategy, and why we would want to get the card information <i>before</i> the trial period begins?<p>Thanks in advance for your input.

1 comment

matt1almost 15 years ago
If you ask for the credit card number up front, you'll increase the number of people that stay users once the 15 day trial is up, but you'll drastically reduce the number of people signing up for your service.<p>For a new app, I recommend that you let people sign up without entering their credit card number. You need lots of feedback right now and you won't get it if you ask for the credit card number up front. Plus, getting people to fork over their credit card number will force you to spent a lot of time on your site's design so that it appears credible, which is not something you should be focusing on yet.<p>If your app takes off you can consider taking the credit card number up front, but until then, get it after the 15 days is up.