#r3v3rb
1 messages · Page 1 of 1 (latest)
Hello! The Invoice will have a lines property that contains Line Item objects: https://stripe.com/docs/api/invoices/object#invoice_object-lines
Each of those Line Items will have a price property, and inside there you can expand the product property to get the full Product object in the response: https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-price-product