#Julio - categorize prices
1 messages · Page 1 of 1 (latest)
Good question, it looks like there isn't currently a way to directly list Invoices based on what prices are in them, but there should be a way to do it.
Is this only for one-off invoices that you are creating in your API calls, or are you creating them via subscriptions as well?
all of them 😉
my accountable office ask me this because they want to know the gross volume for each of the business we have ( each building)
Gotcha, good to know. I am currently trying to think of how you can best do this
ok
i find that hard to believe that i'm the only one needing this feature. But maybe bigger companies have developer to develop a backoffice to do it
Right, I am trying to think of if there is an easier way to get these numbers programmatically than manually calculating it yourself.
ok
So I am not finding a way to do this via the API but you can generate a revenue recognition report based on price from the Dashboard https://stripe.com/docs/revenue-recognition/reports
The API can trigger report runs of other kinds of reports but it doesn't look like it can do this for this report at the moment. To get this info via the API, it would probably be easiest to list paid invoices for a certain period and iterate through them to aggregate the data
i'll take a look into this thanks