#coding-lover_api

1 messages ¡ Page 1 of 1 (latest)

obtuse capeBOT
#

👋 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.

vast gyro
#

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.

umbral pine
#

hi! I'm taking over this thread. let me know if you have other questions!

shell wadi
#

how to do it?

#

i have organization model does i save one customer id in it? because all managers have access to one organization

umbral pine
#

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.

shell wadi
#

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

umbral pine
#

so what's your question?

shell wadi
#

ok I understand I need to manage this on my own