#remoteboy
1 messages · Page 1 of 1 (latest)
hi! well when you create a subscription, you can specify a quantity for the number of 'seats' you're charging for, e.g. https://stripe.com/docs/billing/subscriptions/quantities , and it bills for that. Not sure if that's what you mean.
you can have a Subscription with multiple products(and each with their own quantity too) . We don't have the native concept of a bundle to specify a 'set' of products+quantities to use, but you can pass in the arguments yourself from your business logic.
https://stripe.com/docs/billing/subscriptions/multiple-products
that looks like a good starting point. thanks.
folow-up question. is it possible to use the no-code pricing table solution for a subscription with multiple products?
No they can subscribe to one product at once. But they can create multiple subscription from the same pricing table