#xavier_84866
1 messages ยท Page 1 of 1 (latest)
You can use limit parameter to retrieve more than 10 line items when using the API
https://stripe.com/docs/api/invoices/invoice_lines
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you for your quick reply. I did not mention that I am using Connect. I tried this one but unfortunately, i get an error :
stripe line_items in_xxxx --limit 10 --stripe-account acct_xxxx
unknown flag: --stripe-account
Thank you, I got it to work in Ruby ๐
Does not matter if i cannot get it working with Stripe CLI
๐