#Strider - Invoices
1 messages · Page 1 of 1 (latest)
Hello! You can look at the invoice.updated Events associated with the Invoice: https://stripe.com/docs/api/events/types#event_types-invoice.updated
Those events will fire when Invoices change and show what changed.
can you set up a date range to query these events?
@dire mica sorry for the delay totally missed your thread
not sure I understand the question
Oh, no worries, I think I found the answer myself
I was asking if I was able to filter the list of events created to a given date range
I see here that the "created" parameter has some additional fields
oh, do they get deleted after that?
yes
oh ok, that's unfortunate
I'm trying to do some analytics reports and I'd like to show some stats by month of the account's customer base
so I'm trying to find a way of getting the billing status of an account on a given point in time
it's kinda tricky because the records get updated when something changes and I kinda lose their previous status