#joanantoni_40967
1 messages · Page 1 of 1 (latest)
hi there!
Hi !!
no that's not possible. if you want to retrieve multiple invoice then you can use that endpoint instead: https://stripe.com/docs/api/invoices/list
but the problem is that in retrieve endpoint has more information about the invoice that in list endpoint
or both should have the same data ??
both have the same data
but list doesn't have the same json response, of maybe should I expand something in the list endpoint?
I don't undertand. if you use the list endpoind, in the response you get an array containing each of the Invoices
and yes you can use expand if needed
is there any documentation about the expand method in this kind of endpoints?