Reddit

"How do you handle billing when the product is used by teams but one person pays?" from Reddit r/saas, ranked #9. By Hot_Ad_3147, 1 score, 1 comments. Data from Daily Trends.

How do you handle billing when the product is used by teams but one person pays?

Rank
9
Subreddit
r/saas
Author
Hot_Ad_3147
Score
1
Comments
1
Posted
3/22/2026, 11:14:17 PM
Snapshot
3/23/2026, 12:00:00 AM

Links

Content

I’ve been thinking about a billing design question that seems simple at first, but gets messy pretty quickly in a team product. If the product is used inside a shared workspace, do you attach the subscription to: * the individual user who started checkout * or the workspace itself Workspace-based billing feels more natural for team products, especially when only one owner should manage billing and plan changes for everyone else. But it also creates a bunch of edge cases: * how do you prevent duplicate active subscriptions on the same workspace * how do you handle upgrades cleanly * what do you do when someone tries to buy the same plan twice * where do you enforce usage limits so they can’t be bypassed The more I look at it, the more it feels like billing is really a product model question before it’s a Stripe question. Curious how other SaaS builders approach this.