#crishzara-mrr

1 messages · Page 1 of 1 (latest)

hardy harbor
#

Hi! Do you mean you'd like to know the Monthly Recurring Revenue for each or your customers? Are you using Stripe Subscriptions?

icy monolith
#

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

hardy harbor
#

With the API, you could:

  • List all your active subscriptions with https://stripe.com/docs/api/subscriptions/list
  • Then look at their latest_invoice to compute the total amount you get per month
  • Finally divide the result by the number of customers you have
icy monolith
#

Nice I will try that thanks !