#_obo_
1 messages · Page 1 of 1 (latest)
HI 👋
By Stripe GUI I will assume you are referring to the Dasbhoard.
Yes I believe so. The main stripe app, where I can go to a customer by searching their email
and see their info, take action on them etc
The Dashboard does a lot of fancy things that aren't present directly in the API (the App is the mobile version of the Dashboard).
Your best bet here would be to list their Payment Intents and sum up the amount property
I see. Would stripe sigma potentially provide a better avenue here?
unfortunately I'm working at a scale of hundreds of thousands of invoices that I would have to sum up
That could be another useful approach. This server is specifically for developers coding integrations directly with Stripe APIs so that is the direction our advice tends to go
got it, makes sense, thank you
But you could write a query that could total up the payment amounts per customer, I think
https://stripe.com/docs/stripe-data/write-queries
thank you for the advice