[Subscription and Stripe checkout] #NEED ADVICE
Hi, I am trying to setup subscription using stripe checkout (React+Nodejs). I want to have 3 plans:
- Free plan -> Feature A & B available
- Basic plan -> Feature A,B,C available
- Standard plan -> Feature AB,C,D available
Now I have already created basic and standard plan for product on stripe dashboard for free plan should I create it with $0 price?? So that based on these price ids I can display UI specific to plan. Any suggestions?

🇺🇦