'Stripe 'Group' Subscription

Hi: I'm wondering how to create a group account for a Stripe Subscription. The idea is that an organization would provide the subscription to their employees as a benefit. The employee would sign up -- using some sort of code -- and the organization would be charged (but only when a new subscription is created). This has to be a common use case, but I Stripe support doesn't seem to understand my request. Any help is welcome! Thanks!



Solution 1:[1]

There are many ways to model this and it's partly up to you to decide based on how you want to charge them. the most common ways would be to have one subscription where the quantity represents the number of "users" at that company. You separately track each user in your own system when they sign up, when they cancel, and you update the quantity on the subscription to represent that.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 koopajah