#lucasaurus_best-practices
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/1414998645836742856
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there. This may be what you're looking for [0].
[0] https://docs.stripe.com/connect/accounts-v2/integrate-billing-connect
Thanks, I will check it out. Can this thread remain open in the meantime so I can come back if I need to ?
Yep
I just went over it real quick and I'm not sure this is what I'm looking for.
It should work just like a personal subscription with different tiers.
So an organization has an organization admin who decides which tier to subscribe to.
The same system would also be used for separate users who are not part of an organization.
- If an organization purchases it, that organization gets xyz seats.
- If a single user purchases it, that user gets xyz seats for himsel.
I got it to work kind of - I implemented webhooks for the updates and pulling data and I have database tables set up in supabase to store their current subscription and the payments and refer to them when refreshing the page.
But right now, on refresh, it is using old testing data (which I refunded in the sandbox) to create subscriptions which shouldn't be active. And I don't know how to handle different tiers then
Yeah sorry I don't think that doc is what you want -- ignore that.
The best way to do this is to simply create different Products for your Start/Professional/Enterprise if they are going to have a set number of seats per Product.
So you would still just have a licensed Price here where the quantity of the Price is about how many of those batches of Seats they buy.