#TroyM - Source Data
1 messages · Page 1 of 1 (latest)
as an example, I would like to see a listing of all subscribers including payment amounts and dates
Most of our customers are "subscribers" but we also charge some one time fees and I want to extract that data to verify reports are accurate (like new customers, churn data, LTV, etc.)
I also want to know what state they are in but cannot find that info anywhere
You can try Sigma to get robust reporting.
If you want to do it more yourself we do have List APIs for most of our data objects. Here is the doc for the Subscription List API:
https://stripe.com/docs/api/subscriptions/list
thank you