#joaovbsberse
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- joaovbsberse, 3 hours ago, 50 messages
- joaovbsberse, 1 day ago, 10 messages
- joaovbsberse, 1 day ago, 8 messages
- joaovbsberse, 2 days ago, 46 messages
- joaovbsberse, 2 days ago, 13 messages
Received unknown parameters: starting_after, ending_before
As far as I can tell, you can only pass page for paginating the results of a Search API call, which accepts the next_page from a previous API call as input: https://stripe.com/docs/api/invoices/search#search_invoices-page
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this for search endpoint, right?
cause with 'all' endpoint seems to work fine
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yep, the endpoints are different and accept different input as far as I can tell
Sure thing!
