#Obo - list invoices by amount
1 messages · Page 1 of 1 (latest)
Good question. Checking in to if there is a way to do that
The list call cannot filter this way but we have a search API that will allow you to filter invoices by their total amount
https://stripe.com/docs/api/invoices/search
https://stripe.com/docs/search#query-fields-for-invoices
I see
I got this error:
Error: Search is not supported on api version 2018-09-06. Update your API version, or set the API Version of this request to 2020-08-27 or greater
is there a way I can increase the API version of a request in node
actually, I think I found it, nevermind
Nice! Does it work if you override the version just for your call?