#ruul_webhooks

1 messages ¡ Page 1 of 1 (latest)

tiny canopyBOT
#

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

upper geyser
#

hi there!

hollow light
#

hello

#

sorry to bother you guys all the time lol

upper geyser
#

no worries, happy to help

#

if the end user only pays once per year, then they will receive the invoice once per year

hollow light
#

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?

upper geyser
#

if you created an annual subscription in stripe, you'll receive the invoice.paid event only once per year when the Subscripton renews.

hollow light
#

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

upper geyser
#

for a yearly Subscription? no, that something you'll have to handle on your end.

hollow light
#

alright

#

tyvm