#Iryna
1 messages ยท Page 1 of 1 (latest)
Ah, so created is a Dictionary in Python: https://stripe.com/docs/api/events/list#list_events-created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So you have to write the request like this:
`events = stripe.Event.list(
limit=3,
created={
"lt": 1673617531
})
print(events)`
Thank you so much! I appreciate your help!
Have a wonderful day ๐