#MatDayman-pagination
1 messages ยท Page 1 of 1 (latest)
Hi ๐ that is correct, if there are more than 100 results to be returned then the has_more value in the response will be true and you'll need to leverage some form of pagination to retrieve the rest of the results.
You can either build your own approach for this, or look into leveraging our auto-pagination functionality.
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.
Gotcha. That's what the plan was, but just wanted to confirm. Thanks!
Any time!