#pecora
1 messages · Page 1 of 1 (latest)
It sounds like each of the items would need to be their own Subscription. You can specify when you want the billing cycle to start, so I'd recommend building a test integration with a couple subscriptions.
Here's a guide for getting started: https://stripe.com/docs/billing/subscriptions/build-subscriptions
I did read this page, but is there a way to put a max number of concurrent subscriptions for any one type?
Or does that need to be managed on our end somehow? To disallow the customer from purchasing more of the same type
You'd have to manage that on your end. Stripe doesn't have a mechanism for setting a maximum number of Subscriptions
Do you have any docs or case studies on how Stripe customers typically manage cases where they want to impose a max number of seats for instance?