#talon_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1395762124868948078
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there, can you clarify what you mean by:
number of subscription productions
Do you mean products & prices?
Product and price limits—You can configure the pricing table to display a maximum of four products, with up to three prices per product. You can only configure three unique pricing intervals across all products.
https://docs.stripe.com/payments/checkout/pricing-table#limitations
our packages are like this
4 user 15 gb
8 user 30 gb
12 users 45 gb
16 user 60 gb
20 user 75 gb
and wanna support add on. So a user can just subscribe for extra gbs
so we were just thinking to create like 50 combinations and use out of box offering by stripe
That sounds like too many options for pricing table, so you might need to build the UI for that yourself
4 user 15 gb , 30gb, 45 gb
8 user 30 gb, 60gb, 90gb
12 users 45 gb, 90gb, 125gb
so I can do this?
in this way, I have three prices per product