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

As a shop owner, when I log into my dashboard I see a list of 'recent subscription cancellations' associated with the subscriber so I may investigate #1295

Closed
chrisjsimpson opened this issue Feb 10, 2024 · 0 comments

Comments

@chrisjsimpson
Copy link
Contributor

chrisjsimpson commented Feb 10, 2024

Is your feature request related to a problem? Please describe.

As a shop owner, I want to quickly get an understand of who may have recently cancelled their subscription(s).

Describe the solution you'd like
As a shop owner, when I log into my dashboard I see a list of 'recent subscription cancellations' associated with the subscriber so I may investigate

Describe alternatives you've considered
Send an email every time to shop admins.

Additional context

Event of interest: customer.subscription.deleted https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted

events = stripe.Event.list(stripe_account="changeme", limit=20, types=["customer.subscription.deleted"])

# subscription id
events.data[0].data.object.id
chrisjsimpson added a commit that referenced this issue Feb 10, 2024
chrisjsimpson added a commit that referenced this issue Feb 10, 2024
chrisjsimpson added a commit that referenced this issue Feb 10, 2024
chrisjsimpson added a commit that referenced this issue Feb 11, 2024
chrisjsimpson added a commit that referenced this issue Feb 11, 2024
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

1 participant