Ask HN: How much billing info to ask in Subscription form? Best practices?
https://news.ycombinator.com/item?id=1610933I'm in the process of getting a SaaS app ready for launch, and one of the last components is the billing module. We're going to be using Braintree for our processing, and our expected subscription rate will be $10 / month.
To reduce the likelihood of fraud, credit card billing companies say you should get lots of billing data, like the user's address, their CVV code, the name on the card, and so on. But the more fields that are present, the more friction there is for the user to enter in their data. Also, the more opportunities for fat-fingering the entry and creating validation errors of some sort.
I notice that 37signals only asks for three pieces of information: credit card number, expiration date, and billing ZIP code. This is going to put their charges into the "unqualified" rate level, I believe, as it's not getting the billing address, CVV, or other elements that reduce the likelihood of fraud. At the same time, my understanding is that most business credit cards are considered "unqualified" anyway, so it might be moot. I know that, as a user, I'm much more of a fan of the 37signals approach, where I don't have to fill in loads of data.
Have any of you experimented with different amounts of data-collection and seen how that's affected either your chargeback rate, your conversion rate, or your bottom line? This seems like the kind of thing that would be a "known problem", but I can't find any writeups that cover it.
Would love any anecdata you have.