#tusharvaswani_webhooks

1 messages ¡ Page 1 of 1 (latest)

sly flameBOT
#

👋 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/1324237936551792671

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

humble ledge
#

Stripe will you a customer.subscription.updated event whenever there's an update for the subscription, and it's expected to receive such event for monthly subscription due to the update of current_period_start and current_period_end

#

Therefore, for annual subscription, you'll receive a customer.subscription.updated for the update of current_period_start and current_period_end at the end of the year.

#

In your case, you might want to create a monthly cron task to schedule your local DB update.

drowsy cobalt
#

Got it makes sense I was just confirming if by any chance stripe has anything for this case but that does makes sense

#

thanks for the help!