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

Pro: Cancellation Reasons #8563

Open
garethrees opened this issue Feb 4, 2025 · 0 comments · May be fixed by #8592
Open

Pro: Cancellation Reasons #8563

garethrees opened this issue Feb 4, 2025 · 0 comments · May be fixed by #8592
Assignees

Comments

@garethrees
Copy link
Member

Stripe now has more support for collecting cancellation reasons after a subscriber cancels their subscription. These get recorded in Stripe via Billing > Subscriptions > subscription details page.

After the user cancels, we should display a form that requests their reasons. The options given in the Stripe documentation are fine.

Image

If we can use something pre-made from Stripe, all the better, but writing our own form and submitting via the API would be fine.

gbp added a commit that referenced this issue Feb 20, 2025
Collect cancellation reason and pass this to Stripe.

Will allow us to analyse why Pro users cancel their subscriptions.

Fixes #8563
@gbp gbp linked a pull request Feb 20, 2025 that will close this issue
gbp added a commit that referenced this issue Feb 20, 2025
Collect cancellation reason and pass this to Stripe.

Will allow us to analyse why Pro users cancel their subscriptions.

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

Successfully merging a pull request may close this issue.

2 participants