#_alex
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
sure
There's a starting_after parameter: https://stripe.com/docs/api/credit_notes/list#list_credit_notes-starting_after
it pertains to id, not the date
I find it strange that you don't support this query, like you do with invoices. Is it by design?
Is it a bug?
I would advice using Invoices as a reference: https://stripe.com/docs/api/invoices/list#list_invoices-created
No, it's just never been implemented.
And then loading all credit notes related to the Invoice.
Is it possible to have credit-notes that are not associated with any invoice?
No, it's a required parameter: https://stripe.com/docs/api/credit_notes/create#create_credit_note-invoice
OK. That helps. Thank you!
Happy to help!