#adi3707
1 messages ยท Page 1 of 1 (latest)
- maybe try https://stripe.com/docs/api/events/list ?
- it's the
deletedevent, and I don't thinkupdatedhappens.
it's the deleted event, and I don't think updated happens.
How can I confirm?
you can cancel a subscription in test mode and see what events happen
can I view events on dashboard?
yes
where exactly on dashboard?
did you look anywhere before asking? ๐
https://dashboard.stripe.com/test/events and also every object lists its related events when you're on the dashboard page for it(like the page for a specific Subscription lists all its events)
I see that one user cancelled subscription but subscription update event webhook was triggered see screenshot
did you look anywhere before asking? ๐
Yes I did. Sorry for asking dumb questions
seems like you got your answer then!
what you were actually asking about is setting to cancel using cancel_at_period_end but you didn't say that
but I see it says user selected to cancel at the end of billing cycle
so delete event will get triggered on cancellation date?
the way that works is that there's an .updated event when you set that boolean, and then there's a deleted event at the end of the period when it does delete
so delete event will get triggered on cancellation date?
yes(that's what I meant by "and then there's a deleted event at the end of the period when it does delete")
Ok understood. Thanks a lot. Great support from stripe 10/10 from my side ๐
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!