#Janeeeeek - credit notes
1 messages · Page 1 of 1 (latest)
Hey there, this isn't something you can retrieve directly. You can retrieve credit notes from the API but you'd need to produce a PDF listing yourself: https://stripe.com/docs/api/credit_notes/list
What do you mean by "all", exactly?
every credit note generated in last year
In that case you'd need to use the list API and iterate through the pages (up to 100 at a time) until you exhausted the resource or found a result outside your target time window