#JohnTheFrog
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I see 6 unused and 4 remaining item lines, among others.
How many do you expect?
stripe dashboard shows 6 remaining and 6 unused
Well, its 12 together, not 10
So i suspect the 12 items is correct
I suspect there might be a limit of 10.
this is very troublesome because invoices I store based on this webhook are cut and invalid
What happens if you query the lines for this Invoice? https://stripe.com/docs/api/invoiceitems/list#list_invoiceitems-invoice
Give me a moment
Ok I see it
I will do another request to stripe API and increase the limit
Kind of scary behaviour if you ask me...
But yeah, that's not obvious, I will share your feedback with the team.
I see now that the list has this:
has_more: true,
total_count: 12,
@pure owl ☝️
How can I call invoice endpoint to get more positions?
You can list the InvoiceItems to just get the list: https://stripe.com/docs/api/invoiceitems/list#list_invoiceitems-invoice