#crishzara-mrr
1 messages · Page 1 of 1 (latest)
Hi! Do you mean you'd like to know the Monthly Recurring Revenue for each or your customers? Are you using Stripe Subscriptions?
Hi soma, yes I would like to know how to get monthly recurring revenue per customer ,yes stripe subscriptions also I was thinking to get sigma but I can't see if this can be achieve with this
With the API, you could:
- List all your active subscriptions with https://stripe.com/docs/api/subscriptions/list
- Then look at their
latest_invoiceto compute the total amount you get per month - Finally divide the result by the number of customers you have
Nice I will try that thanks !