Using the Stripe API , I would like to be able to query for date ranges or, otherwise, dates that are more or less than any arbitrary date.
I know that I can request something based on the exact date, for example:
https:
But I want something like strings ...
# Search for events where `created` is greater than the epoch time: 1336503400 https://api.stripe.com/v1/events?created__gt=1336503400
Chris W.
source share