Next.js Discord

Discord Forum

SaaS free subscription question

Unanswered
Marble gall posted this in #help-forum
Open in Discord
Marble gallOP
Guys, I'm creating a SAAS project and don't know how to manage my free subscription users. Should I create a Free Tier in Stripe and add them there when they create an account? Or would it be better to manage that logic in my app?

7 Replies

Marble gallOP
but, trail is different 😕 , it has a deadline before the user has to pay, and the free one is until they change subscription
save the customer id in db in user table
Marble gallOP
oooh, so just to confirm if that's okay I'll create a customer on register and assign them a free subscription with stripe, that is ok?