#Mauricio-pagination
1 messages · Page 1 of 1 (latest)
👋 Happy to help
Are you looking to list all the customers?
If so, you can use auto-pagination provided by Stripe PHP library instead of iterating on your own: https://stripe.com/docs/api/pagination/auto?lang=php
Yes, that's it. But isn't it gonna take "forever" to load if the list is big?
It's the trade off. It's convenience but if you want full control of the leading, you can still use the pagination parameters