#ade
1 messages · Page 1 of 1 (latest)
Hello
hi @frail jetty
Can you share a request ID from one of these GET requests that you have made?
do you mean payment id of any of the payments made since the date?
because I dont have an id here
No the request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
You will need to filter your logs for GET requests to see them
As we don't display GET requests there by default
req_Duw2aeFOm8QxOt
Okay yeah the timestamp you are inputting appears to be in milliseconds. Our API takes UNIX by the second
cool thanks @frail jetty
how do I get the next page result?
@frail jetty I get these
You want to use pagination: https://stripe.com/docs/api/pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you
Sure