#kezal
1 messages · Page 1 of 1 (latest)
Hello
Hmm yeah I suppose you could do that using total_count (https://stripe.com/docs/api/pagination/search#search_pagination-total_count) though that also only goes up to 10,000 but why not just use the typical cursor pagination approach? That is essentially the same thing.
But then I need to wait for one response to send another one and with 1000 records it would take 10 requests to collect all data and I thought it might be done in same time not one after another