#mtalhaabbas
1 messages · Page 1 of 1 (latest)
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
so, how can we reset the user's monthly credit limit if they have bought a yearly subscription?
how can we reset the user's monthly credit limit if they have bought a yearly subscription?
Not sure I understand this, do you mean updating the customer balance ?
https://stripe.com/docs/billing/customer/balance
Do you have a subscription Id example ?
credits mean: our app usage credits
And could you share what you want to achieve exactly to it ?
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
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
how we can schedule monthly notifications through stripe?
no not using Stripe, you need to do it in your own integration.