#bugkiller-subscription-events
1 messages · Page 1 of 1 (latest)
Hi 👋
So in the customer.subscription.deleted webhook event there is a data.object property that, in this case, will include the Subscription object itself.
You can use the current_period_end property to see when the full billing period will end.
https://stripe.com/docs/api/subscriptions/object#subscription_object-current_period_end
yeah, but my question is any webhook type so that I can get it on 20th Feb in my example (webhook I could get on current_period_end
?
Sorry it isn't clear to me what you are asking.
Oh you are asking if there is a separate webhook event that will fire when the current billing cycle ends? No, there is not.
Yes you would need to keep track of that yourself based on the timestamp in the current_period_end for the Subscrpition object