#qualle-subscription-events
1 messages · Page 1 of 1 (latest)
qualle-subscription-events
Hey @zinc wedge https://stripe.com/docs/billing/subscriptions/webhooks is the best doc for this
you want customer.subscription.updated
ok cool we are using this
I think I want to identify a specific data point which will tell us the subscription period has "restarted"
because upgrading a subscription will trigger this too
and we don't want to perform logic on that, just when the subscription period has lapsed and restarted
That Event has previous_attributes in it that tells you what changed and you can use that to detect changes to current_period_start for example