#mtalhaabbas

1 messages · Page 1 of 1 (latest)

vivid cometBOT
glass pond
#

Which webhook event is triggered every month for users who have purchased a yearly subscription
There isn't a monthly webhook sent for a yearly subscription. Webhook events are sent according to a billing period or other events that may occurs on the Subscription level.
You can find the Susbcription related events in this guide:
https://stripe.com/docs/billing/subscriptions/webhooks

warped mortar
#

so, how can we reset the user's monthly credit limit if they have bought a yearly subscription?

glass pond
#

Do you have a subscription Id example ?

warped mortar
glass pond
warped mortar
#

we have developed ai based output generated web app and we're providing monthly and yearly subscription plans to users

if the user bought a monthly plan then we're providing 100 credits to use in a month
but if the user bought a yearly subscription then we need to provide 100 credits per month
so, the question is: how we will reset the monthly credits in a yearly subscription, is there any webhook call after every month in a yearly subscription??

#

if you have a solution for it, please let me know

#

@glass pond

glass pond
#

is there any webhook call after every month in a yearly subscription??
This part no, I already answered... but the goal is just to have a schedule monthly notification, then you probably should schedule/monitor this in your integration

warped mortar
#

how we can schedule monthly notifications through stripe?

glass pond
#

no not using Stripe, you need to do it in your own integration.