#arcware - invoice line_items
1 messages · Page 1 of 1 (latest)
hello there
You would need to make a separate API request for this. The default is to show a max of 10 invoice items but if you query the Invoice Line Items you can set the max limit to 100
https://stripe.com/docs/api/invoices/invoice_lines?lang=python
ok, I figured as much, but thought I'd double-check before going that path... thanks for confirming