Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could we also create "Stripe Customer Unsubscribed" events too perhaps? #20

Open
andrewm4894 opened this issue Mar 7, 2023 · 2 comments

Comments

@andrewm4894
Copy link

andrewm4894 commented Mar 7, 2023

It would be very useful to also get something like "Stripe Customer Unsubscribed" events too perhaps if that would be possible as part of this plugin?

@timgl
Copy link
Contributor

timgl commented Mar 7, 2023

Hm this would be hard with the current way we've set this plugin up, as it just grabs all invoices and infers the "Stripe Customer Subscribed" event from that. We could loop through every subscription at a certain frequency to figure out if anyone's cancelled, but we're already doing a bunch of calls to stripe so it's not totally ideal.

I'm not focussed on this plugin as much anymore, but happy to help anyone who wants to pick this up!

@Lior539
Copy link

Lior539 commented May 28, 2023

@andrewm4894 this tutorial suggests a workaround:

Create a cohort of churned users: Match persons who completed Stripe Invoice Paid in the last 60 days and did not complete Stripe Invoice Paid in the last 30 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants