How to implement Free tier in Stripe plugin?
Basically the title, in the docs i don't see any mention on how to handle free tier for users.
4 Replies
Have you tried creating a stripe price with 0 usd as price?
I did think of that, but if i want to upgrade user to that free tier, it seems like he will be redirected to checkout which i don't want since it's free
You could maybe insert into database manually, and set the plan to free?
But im not sure how it would work with upgrading to pro/paid. You could test it
Free tiers are a setup intent thing. I have it setup without the plugin though