#TonyS
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Hello Tarzan!
what are you trying to achieve?
In the dashboard in the billing section, there is this report MRR per product
I would love to export the data to have the evolution of MRR through multiple month
Apparently it's not possible to export directly such data, hence I'm trying to find an alternative option
you can either generate the report from the API
How could I achieve this?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm checking this thank you
or you can query the invoices and try to create your custom report from the data there
Do you know how you would tune the query to retrieve MRR per product per day or per month?
you can leverage Sigma, but you need to contact https://support.stripe.com/?contact=true for more help with Sigma queries
Find help and support for Stripe. Our support center 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.
this is the 3rd way of achieving this
We need to pay for this tool right?
for pricing questions it's better to contact support, we don't have a lot of knowledge about it on this channel
Ho ok no worried, but yes I can confirm to you that Sigma would be expensive for us
I'm trying the solution 1 you provided but I'm not very confident it's possible to retrieve the data we want, I'll dig though thank you very much
I think I'll probably end using solution 2 meaning recomputing every refund/charge and divide yearly subscription by 12 which is quite complicated to replicated the figure you show on the report
unfortunately there's no other easy way to achieve what you want
Thank you very much for you time, have a great day !