Closed bnikom closed 6 months ago
@bnikom The List Prices API can not handle more than 10 separate values in the lookup_keys
array so the error you are getting right now is expected and it's not something we plan to change in the future. The presence of limit
is irrelevant in that case. I'll make sure our public docs are updated but you will have to ensure you don't pass more than 10 values in that array.
Since this is more an integration support question, please work with our support team at https://support.stripe.com/contact if you have follow up questions.
Describe the bug
Whenever I call the stripe prices api
i get an error
To Reproduce
stripe.prices.list
with an id array longer than 10 (mine in 12) and a matchinglimit
Expected behavior
The api returns the same amount stripe prices requested from the
limit
paramCode snippets
OS
macOS
Node version
Node v20.11.1
Library version
stripe-node v14.21.0
API version
2018-07-27
Additional context
No response