Hi there
In my app the admin can sign up his company. Then the admin will add some employees. Now what I want to build is that the admin after the sign up say, how many employees he/she wants to add. Then I would like to add single subscriptions to Stripe for all the invited employees. This is actually what I can already do by a backend workflow.
I would like to prevent that the admin gets redirected to the stripe checkout per user. So I would like to collect all the subscriptions and then redirect to the checkout with all the added subscription.
How can I do that? Or how have you solved it when you have a similar app build like mine.
(Admin pays all the licenses for all the users/employees).
Thanks for your support