#BlackStone - Connect

1 messages · Page 1 of 1 (latest)

digital beacon
#

Hello! Typically we recommend you keep this kind of information in your own systems and query that. That said, you can use pagination to get more than 100 results across several API requests, or use auto-pagination in our client libraries (recommended): https://stripe.com/docs/api/pagination/auto

daring widget
#

Thank you, in this document, it looks like stripe.customers.list just fetch the 3 users and iterate those users, but it will automatically list all users platform has up, won't it?

#

Sorry I'm not so familiar with "for await", so maybe I'm wrong

timber wedge
#

I think 3 here will be the size of each time fetching as if you don't use auto paging. I think it doesn't matter if you use auto paging later