#ruul_webhooks
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/1263464208079519795
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
no worries, happy to help
if the end user only pays once per year, then they will receive the invoice once per year
hmm
I'm trying to solve this from stripe side
let me explain how we do it on monthly ones
so we have quotas on subscriptions that we reset based on invoice paid event
but I don't think it'll be possible to depend on stripe if it's annual
right?
if you created an annual subscription in stripe, you'll receive the invoice.paid event only once per year when the Subscripton renews.
yeah that's no good for us we'll have to code it on our side to reset the quotas per month for those
if there's no other way to track the monthly intervals
for a yearly Subscription? no, that something you'll have to handle on your end.