#Raphael_z
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
as for all of our List APIs you could paginate through them either manually or by using auto-pagination functionality in our SDKs https://stripe.com/docs/api/pagination/auto
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi @near nova thank you for your answer! I know the pagination mechanism, but I was wondering if there is another way to retrieve all the charges in bulk using a report for example
without need to use the pagination mechanism
there are some reports that we provide but wouldn't really know which one (if that even exist) that would fit your needs
I would recommend reading through this doc https://stripe.com/docs/reports
Thank you @near nova I will take a look ๐
yeah sure and let me know if you need any more help
Thanks very appreciate, I need to check if we can retrieve all the charges for a specific range of time using a report.
I see that it seems possible via the dashboard but I need to do that via API, thanks for the link!
does that report seem appropriate for you https://stripe.com/docs/reports/balance#schema-balance-change-from-activity-itemized-3 ?
Hum..will check thatnk you ๐
Hi @near nova yes this reports is appropriate, but it brings only the default columns, do you know how can I bring all the columns?
you can pass an array of strings of the optional column names to https://stripe.com/docs/api/reporting/report_run/create#create_reporting_report_run-parameters-columns to have the report generate with those included