#marlon2k
1 messages · Page 1 of 1 (latest)
Are you trying to do this via the dashboard or the API?
We wouldn't know much about the dashboard flows
Either, whatever will get me that export. I need to export all the sales not one by one, got thousands.
@robust crown
I'd recommend looking at our reporting APIs to see if any of the report types contain this info
https://stripe.com/docs/stripe-reports
Our team on discord isn't really familiar with this aspect. We don't have a single endpoint that returns this info.
if you're using Checkout Session API for payments then you could list all the Checkout Session using the API and expand associated PaymentIntent to look at the statement descriptor I think
@robust crown If I’m doing what you described, how would I do that API call for all the checkout sessions, instead of just one?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.