#bicoamar-Credit Notes
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
I can fetch credit notes based on date range
that's not possible today with the API
You'd have to first do an Invoices Search https://stripe.com/docs/api/invoices/search and filter on create parameter https://stripe.com/docs/search#query-fields-for-invoices
and then you'd have to get the credit notes related to each invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you