#wobedi
1 messages · Page 1 of 1 (latest)
Hi there
We provide some churn statistics in your Dashboard at Reports --> Billing
I don't think you will see the specific on voluntary vs involuntary here though. And in terms of "reasons provided" that would be data you would be tracking yourself (we don't have anything in our API like that).
So mostly you would need to perform these calculations yourself here
"reasons provided": but yes, this is done via stripe customer portal
here's an example
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ah sorry, didn't realize you were using Customer Portal
im happy to perform these calcs myself, but where can I get the data from?
the subscription data export seems to not offer me columns I would need to do the analysis myself, e.g. it lacks:
- churn type (user-initiated, payment failure, canceled by us in dashboard, ...)
- churn reason provided by user (if any)
Yes that's correct. As far as I know churn information isn't included in Dashboard exports. That said, I'm not an expert on the Dashboard — I focus on the API.
If you want more info on the Dashboard you will be better off talking to our Support team: https://support.stripe.com/contact/login
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
can I get it from the API?
However, I think you want to list out your Subscriptions here via the API to get the payment data
But no, you won't see the reasons_provided in the API
As that is a Dashboard-only property that is populated via the Customer Portal
argh
and no way to export this data at all?
would be nice to have it in the Stripe dashboard "Reports" tab, or be able to export
otherwise how can I do quantitative analysis on it?
As far as I know, not at this moment. I would assume we are working on it since we are providing it via the Dashboard. But yeah I'm not sure about the Dashboard. I'd recommend reaching out to our Support team and providing the feedback to be able to export this data so that a feature request is lodged.