Stripe - 1 subscription for x users

Hello,
Is there an option to create a stripe subscription and assign it to 3 users?
The basic example is if i want to create a team subscription on my app, how can that be done?
Thanks!

1 Like

A user from a team subscribes for a plan. Then if you want to grant access to teams based on the subscriptions you can create a field on the team data type - “subscription status” (option set). Once user subscribed, update his team subscription status and based on the status provide access for the team members to the app features.