#kmbro-sigma

1 messages ยท Page 1 of 1 (latest)

near spoke
#

For your first question - there isn't a way to get this out of sigma. We have a way of retrieving the next invoice through the API, but the closest thing in Sigma (that wouldn't be that accurate) is just looking at the most recent invoice on the Subscription to get an estimate (but as you can imagine it won't be that accurate)

drifting crescent
#

Darn. I was hoping that wasn't the answer. But that is the conclusion I came to before asking here ๐Ÿ˜‚

#

The API has limits that I blew through when i tried to generate this report using it, which is why i wanted Sigma to have it

#

Is there any best practice around projecting MRR? I see stripe does it in the dashboard. If I could somehow duplicate that, but be able to filter it by metadata on a subscription that would be ideal

regal heath
#

@drifting crescent we don't really know much about Sigma here

drifting crescent
#

Ok @regal heath -- I have gotten that on all fronts of stripe support unfortunately.

regal heath
#

Yeah I understand but we don't really know much about any of this here unfortunately. I know the tables and I can offer some advice but not any advice on how to do MRR

drifting crescent
#

No worries. Support just says "We aren't allowed to talk about specific queries" which is pretty lame.
I have reached out about 8 different times to them about this. I just am trying to find the right place to get projected MRR for my connected accounts. ๐Ÿ˜„
Thanks!

regal heath
#

yeah sorry I can't really help, MRR is extremely complex

drifting crescent
#

Preaching to the choir! ๐Ÿ˜‚

#

Another question -- If I only wanted to look at subscriptions that were going to generate another invoice, I was thinking of

  1. getting all subs in my account that are active (not canceled or paused), expanding customers (to get the customer balance for #3) and coupons (also for #3)
  2. filter the subscriptions by "last charge date" + the "interval" (e.g. interval = weeks, interval_count = 2) to get only subscriptions that fall within the 30 days (or calendar month, or whenever I want).
  3. sum the subscription total, associated coupons, and customer balance (min of $0)

I think that will give me the super super rough estimate of what should be charged in the next 30 days/time period I want.

Does this sound reasonable based on your knowledge of the tables @regal heath ?

regal heath
#

I'm not sure I even understand the question

#

if you have daily or weekly subs it won't really work right?

drifting crescent
#

Right now I only have monthly/quarterly/annual subs, but that is a good point

#

Looks like I have a lot of thinking to do before I am ready to ask a more informed question. Thanks for the help! Feel free to close this channel