#manatee_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1332439425191251998
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there. I think you're looking for the "List Invoices" api endpoint: https://docs.stripe.com/api/invoices/list
how can i pass invoice ids here? (the invoices are not for single customer)
If you can't capture them with any of the filter parameters there, then yes, you would need to iterate over the list and retrieve each Invoice. Our APIs don't support bulk fetches
where can i find information about what request limits do i have?
Or can You give any advice how to do the request to don't "kill" stripe api?
The livemode API rate limits are 100 requests per second. The docs on rate limits and handling them are here: https://docs.stripe.com/rate-limits#api-limiters
thanks, have a good day, bye 🫡