#taylan-pagination
1 messages · Page 1 of 1 (latest)
Hi 👋 when using pagination, to fetch the next batch of records you would provide the last object ID (in this case that would be a Customer ID) from the previous batch of results.
https://stripe.com/docs/api/pagination#pagination-starting_after
However, it's much easier to leverage our auto-pagination functionality:
https://stripe.com/docs/api/pagination/auto?lang=php
Hello toby thanks I just wanted to double check this, I probably got an error because of my server caching
Any time!