#GiovanniV-postman-calls
1 messages · Page 1 of 1 (latest)
retrive account but I want to have a list of all activity from a timeframe
ooking at accounts (https://stripe.com/docs/api/accounts) this seems to be the user Stripe account.
I was hoping to get some kind of combined activity feed / view on a per-customer level, for example, what I see in the dashboard
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah, okay. You mean you essentially want to get all the information from the Logs view in the Dashboard, but you want to get it via the API?
And delineate by customer?
Right, okay.
Let me think on this a moment
thanks
There isn't really an easy way to do this as of now. You would have to essentially list all Events and then iterate through them to pull out each event by Customer ID, and (since there are many different kinds of Events) the Customer ID might be buried