#jessa - API Requests
1 messages ยท Page 1 of 1 (latest)
Hello! You can view your API request logs in the Dashboard here: https://dashboard.stripe.com/logs
You can use the filter tools there to specify the dates and other parameters you want to look at.
I'm also happy to take a look if you find a particular API request you have a question about, just let me know the request ID (req_).
ah, thanks, i missed that calendar icon being a separate element from the date button
let me find it and i'll let you know if it'd be helpful to have you look closer
would be helpful if there was a time filter as well, there are hundreds.. maybe thousands.. lot of "load more" scrolling here ๐
Do you know the Charge ID or anything like that?
If so try searching for it in the Dashboard's search field.
i do know the charge ID, but i'm also interested to see if there were any other requests around it
All of the requests related to the Charge should be listed if you pull up the payment detail page.
right, but i'm wondering if they attempted payment before that, and there was a decline, or anything
Was a Customer object involved?
no
Ah...
So one thing you can do is hack the URL. When you do a date range the URL uses Unix timestamps down to the second, so you can modify those to narrow in on a specific time range.
yeah i was going to do that, but i'm almost to the page i need to be on, haha
what timezone are these entries showing?
They're in whatever timezone you have configured here: https://dashboard.stripe.com/settings/account
ok, i'm in a different timezone than the merchant, so looks like i have 3 more hours to scroll thru.. i'll do the URL thing ๐
Sounds good!
@broken meadow ok i think it looks like we requested a $7 payment, but it'd be helpful if you could confirm? this payment was made using the charges API.
token request:
req_8iMDXSJ4AeH7H2
charge request
req_YQnaZsLOGFSFEg
Taking a look...
Yep, your PHP code did indeed create a Charge for $7.00.
Or, more specifically, the platform you're connected to did.
Unless you're the platform?
๐
i'm the platform ๐
thanks for confirming. i will go back to the browser and continue trying to think like a hacker
If there's anything else we can do to help just let us know!