#ClaireBF-payments
1 messages · Page 1 of 1 (latest)
I would like to retreive the product from an invoice thanks to the API, do you know how can I do that ?
You would look at the Invoicelines, each line can link to the Price object it relates to that and that relates to the Product.
https://stripe.com/docs/api/invoices/object#invoice_object-lines =>
https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-price
=> https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-price-product
Is it possible with the tool Integromat ? Because I can't expand my data
Which tool I have to use ?
I'm not sure, we don't know anything about tools like that, we mainly work with developers writing their own code to call the Stripe API directly.