#jskitz
1 messages ยท Page 1 of 1 (latest)
I may have found a way by searching for events customer.subscription.deleted. This might be all of them
Hello ๐
Our team on discord isn't super well versed on dashboard features. Yeah was just going to recommend looking at events ๐
Are you seeing this behavior in livemode or testmode?
it's in livemode. I think the events are showing me all of them. The hangup is that I didn't implement the webhook for customer.subscription.deleted so I need to get in sync with what happened haha
I see ๐
You could also call the API to retrieve all events for customer.subscription.deleted
https://stripe.com/docs/api/events/list
Also, would recommend talking to our support team to flag the behavior you're seeing with the dashboard as it should definitely show you the cancelled subscriptions (if you are using Stripe connect then its possible that the subscriptions were created on the connected account directly w/ direct charges, in that case you may not see it on Platform account dashboard)