#kaylee_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/1392811252044267640
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Not supported today I'm afraid. Usage is mapped to the Customer object
You'll likely need to remodel how you're structuring your teams/users in your app within Stripe
With that, do you think seperating my meters e.g. Hobby Requests & Pro Requests would be a good idea for the entire org.
Then listen to the invoice.created webhook & apply billing credits based on the quanity of pro products my subscription has. So if I have 3 pro teams I apply 3*10 billing credits before the invoice is finalized? if i want to offer free usage
per team
Yeah you can have multiple Meters per product/price AFAIK. But you'd create the credit grant and we apply it automatically based on criteria
Awesome i think that might solve my thing then :D
I think its just 1 meter per price
But i can just have a product for "X Pro Requsts" thats fine :D
Yep!
Thanks for the help :D