#Carlos Mascarenhas - Listing Prices
1 messages · Page 1 of 1 (latest)
Carlos Mascarenhas - Listing Prices
Hello! How many are you seeing vs. how many do you expect to see?
You're not specifying a limit there. By default the limit is 10, but you can set a limit up to 100: https://stripe.com/docs/api/prices/list#list_prices-limit
You can also use auto-pagination, which is recommended if you want to make sure you get all results: https://stripe.com/docs/api/pagination/auto
It worked! Thank you very much