#.dylana
1 messages · Page 1 of 1 (latest)
Specifically which reports?
I would like to have the balance
The you'd just use https://stripe.com/docs/api/balance with the Stripe-Account header
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, as with all our API endpoints
So i can get Sold product per month etc and draw a graph?
Well, you asked for the balance which is something totally different to what you just described
If you want to calculate volume then you'd need to do that manually
Probably using the Payment Intents list endpoint
is there any premade stripe embed ?