#jacobjensen
1 messages · Page 1 of 1 (latest)
Hi there!
Hi!
I'm not sure I understand. You added a credit note to an Invoice, and want to find what exactly? A credit note is not linked to a price or a product, but to the Invoice itself.
So basically I need to go through the lines of a credit note in Stripe in order to create a credit note in my ERP system. But in order to do so, I need to know which products are on the credit note. Does this mean that I have to find the credit note, then find invoice on which it is based, and then retrieve the product IDs from there?
Yes that's my understanding. And you can find all properties of the credit note object here: https://stripe.com/docs/api/credit_notes/object
Alright - thank you 🙂