How to avoid people to abuse trial plans without asking for CC?
While developing a Software as a Service (SaaS) platform, I offer a free trial plan to users. Upon signing up, users receive a certain amount of credits to experience the service. Once these credits are used, if they wish to continue using it, they must subscribe to a paid plan.
However, how can I prevent users from creating a new account to continue using the service for free?
One solution might be to require a credit card at the time of sign-up. However, based on my research online, this approach can reduce sign-ups by more than 90%, and I want people to try out the service. Alternatively, I considered limiting sign-ups to users who use an email account from providers that verify a user's identity before activating the email. But even this approach may significantly limit the number of users who might sign up.
Do you have any other ideas?
Replies