#edgar_invoice-limits
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/1229476575884480512
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Sorry I'm not sure whare you are referring to here.
hello! so on that api, two of the parameters are invoice_items and subscription_items , listed as arrays but theres no limit on how many items i can send
we are potentially going to send 50 ish but would love to know the actual hard limit
Have you tested sending 50?
not yet lol
edgar_invoice-limits
i wanted to test incrementally but thought it better to go directly to the source bc weve ran with api limits before
That's fair, but you'd get the answer as fast testing quickly. I don't know the answer and so now I'm testing ๐
okay so around 200 invoice items is when it starts not working, likely because the POST body is too big at that point
You should be fine with 100 I think
awesome! i think that would cover our needs, thank you so much!