#coding-lover_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1360160470639575182
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- coding-lover_api, 1 day ago, 4 messages
- coding-lover_code, 1 day ago, 29 messages
Stripe billing doen't allow you to associate one subscription with multiple customers. So you'll want to create a customer object that represent the group of managers/employees who can use this subscription.
hi! I'm taking over this thread. let me know if you have other questions!
how to do it?
i have organization model does i save one customer id in it? because all managers have access to one organization
I'm not sure I understand your question. as mentioned above, one subscription belongs to a single Customer object. then it's up to you to map a single Customer object to many users if needed.
One manager can create organization and other manager are under this organization, Manager need to pay for subscription to use my app, and other manager he create does not need to get subscription again
so what's your question?
ok I understand I need to manage this on my own