#_hengie
1 messages · Page 1 of 1 (latest)
Hi
but is it possible to have multiple subscription tiers (yearly, 6month 1month) all on the stripe billing portal?
Yes, that could be possible
I see. I tried doing it by using stripe.checkout.sessions.create with nodeJS, however you can only pass a single line_item - I wanted to be able to have the user select the different subscription payment "tier" within stripe
Wait, I think I miss understand your question? You want to create a Checkout Session with different billing period? or give the user the abaility to manage their subscription in the Customer Portal?
Sorry. I meant to have a checkout session with different billing periods.
No you can't
Ah, that's a shame.
So just to clarify then, I need to follow the setup outlined by the sample here: https://github.com/stripe-samples/checkout-single-subscription
This is the recommended integrationf flow for Subscirption with Checkout Session:
https://stripe.com/docs/billing/subscriptions/build-subscriptions