#edutomesco
1 messages · Page 1 of 1 (latest)
Is there any way to have a webhook for every time my subscription initiate a new period?
Do you mean that the webhook event that the billing cycle changes?
yes
but I'm more interested on the second question
And Is there any way to know in an annual plan every month that pass a webhook too?
I would like to know the same but in an annual plan like a notification for every month of subscription spend
Is there any way to know in an annual plan every month that pass a webhook too?
If it's an annual plan, why would there be Webhook event monthly since there's no change on the subscription?
because a lot of subscriptions logic have a monthly control for example in my case for overage
I don't want to wait one year
When the billing cycle changes, customer.subscription.updated event will be sent to update the information about current billing cycle, more specifically these two parameters: current_period_start and current_period_end
If there's no change to the yearly Subscription, no Webhook event will be sent on the monthly basis
Okey thank you!
No problem! Happy to help 😄