#leaf-subscription-group
1 messages · Page 1 of 1 (latest)
@heavy hazel not entirely sure what you mean by that
In Microsoft App Store (the platform we were using previously to handle payments) if a company wanted by buy a group subscription for their employees, we could easily create multiple subscriptions for them in one shot. I am wondering if Stripe has anything similar. Essentially, I want to bill one customer, but distribute the product to multiple users.
Unfortunately no we don't have anything like this. What you'd do is have one Subscription that manages the total amount of employees and then you'd handle the mapping to each employee in your own system