#MatDayman-pagination

1 messages ยท Page 1 of 1 (latest)

eager axle
#

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

steep cedar
#

Gotcha. That's what the plan was, but just wanted to confirm. Thanks!

eager axle
#

Any time!