#julliian
1 messages ยท Page 1 of 1 (latest)
Hi there
You mostly want to save the Subscription ID
And then in the future you listen for customer.subscription.updated Events to update your database for the status of the Subscription
Recommend having a read through https://stripe.com/docs/billing/subscriptions/webhooks
But, If I set it as a webhook, will it run automatically every time a subscription is renewed?
Yes
Every time anything changes on the Subscription then we send a customer.subscription.updated Event
So if the billing cycle changes (the Subscription renews) then that Event will fire
Yeah, alright! Perfect, thanks! ๐
๐