#Rahul Kuthuru
1 messages · Page 1 of 1 (latest)
Do you have events in your dashboard that you are expecting to show up there? Can you send me the request ID from when you got an empty list here? https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There is no request_id in the logs
You might need to filter to see GET requests
And that doc also has a way to print your the ID from your code
This is the request Id req_cWKwsE0uaxIIub
A couple of things I notice limit can only be up to 100 but you set it for 300
You can only pass in one parameter to type at a time unless you pass a wildcard *
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.