#kkkkkkkkkkkkkkkkkkkkkd-pagination
1 messages · Page 1 of 1 (latest)
Hey! If you're using one of our libraries, most of them support auto pagination to handle that: 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.
Sorry I don't understand how this would fetch a list of say 1000 objects. Could you explain it more?
Well, it can't make a single request for the 1000 objects. The 100 is a hard limit. But the auto pagination feature handles fetching large sets of resources without you having to manually handle the starting_after etc params