#haroon
1 messages · Page 1 of 1 (latest)
Hello 👋
Have you tried listing all invoice item for an invoice by calling this endpoint?
https://stripe.com/docs/api/invoiceitems/list
nope, I haven't tried it. I'm using the retrieveInvoice api
Ah gotcha. We also have Retrieve an invoice's line item endpoint
https://stripe.com/docs/api/invoices/invoice_lines
the default limit here is 10 but you can change it upto a 100.
It can have some impact on the latency though.
So you'd likely want to implement pagination
https://stripe.com/docs/api/pagination