SaaS free subscription question
Unanswered
Eastern yellowjacket posted this in #help-forum
Eastern yellowjacketOP
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
Eastern yellowjacketOP
but, trail is different 😕 , it has a deadline before the user has to pay, and the free one is until they change subscription
@Eastern yellowjacket but, trail is different 😕 , it has a deadline before the user has to pay, and the free one is until they change subscription
ahh that, you can create a stripe customer on register and just do nothing
save the customer id in db in user table
Eastern yellowjacketOP
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?
@Eastern yellowjacket 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?
just create a customer, save its ID and do nothing on stripe's side