#karishma_subscription-multipleprices
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/1216817820588048514
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
karishma_subscription-multipleprices
@haughty roost we do have docs on exactly this: https://docs.stripe.com/billing/subscriptions/multiple-products
Thanks! We will be making individual subscriptions (multiple subscription ids) per customer. This is because we pull our taxes from a third party service, and they are unique to each subscription. Is there a way to consolidate multiple subscriptions in one invoice?
no that's impossible
so you'd group all of those under one Subscription, you can have different TaxRates for each SubscriptionItem for example
All of our products are the same across subscriptions, so we’d increase the quantity for this?
no increasing the quantity is impossible if you want different tax rates. You'll have to do separate Products here to handle this. Impossible any other way
Ok thanks!