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
KindCoder
KindCoder2mo ago
Have you tried creating a stripe price with 0 usd as price?
needo
needoOP2mo ago
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
KindCoder
KindCoder2mo ago
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
Connor
Connor2mo ago
Free tiers are a setup intent thing. I have it setup without the plugin though

Did you find this page helpful?