#mentijm-creditnote-expansion
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Thanks
You can use a credit note API to fetch one by ID: https://stripe.com/docs/api/credit_notes/retrieve
Ok, it's not expandable from charge or invoice?
No, it's not possible.
Okok thanks
Happy to help. Let me know if you have any other questions.
@rich crow you can do it the other way around where you use the List CreditNotes API and filter via the invoice parameter so that you an get the CreditNote(s) associated with a given Invoice and you can expand all the information you need at the same time such as data.refund to find the Refund associated with a given CreditNote