#aaron-b_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1318553978891407370
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aaron-b_api, 5 days ago, 3 messages
We run a saas product where we are enabling our customers to take payments from their clients. We would like to show a business performance page where our customer can see metrics on growth of their business. One of those is the MRR within set time periods. We are storing transactions so can do everything on a revenue basis but struggling to find a performative way to calculate MRR inclusive of not yet billed subscriptions, particularly with staged products which are set up via schedules
you can start by taking a look at our existing embedded connect components https://docs.stripe.com/connect/supported-embedded-components
otherwise you can use reports https://docs.stripe.com/revenue-recognition/get-started
None of these appear to allow you to pull MRR reports, is that correct?
If so sounds like our only option would be to calculate it our end?
not directly no...
you can actually contact https://support.stripe.com/?contact=true and submit a feature request which I guess is probably fair to add as another embedded component for connect
Find help and support for Stripe. Our support site 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.
Ok got you, how would you recommend to approach it indirectly?