#Ante75 - search
1 messages · Page 1 of 1 (latest)
Hi there!
The first time you call the search endpoint, Stripe will return a next_page value.
The second time you call the search endpoint, set the page parameter to the next_page value you got earlier
https://stripe.com/docs/api/charges/search#search_charges-page
Ok perfect, thanks