#mehdim
1 messages · Page 1 of 1 (latest)
in my case, I'm looking at req_kUR7YE6L82KbfS in the dashboard and wanting to see it's output
(and I don't mind running the request again)
Hello! Your best option for this specific request is to run the request again and set subscription_proration_date to the timestamp of the previous request
That's something that'll only work for that specific API though, and it's usually meant for making sure that your prorations are calculated based on a specific timestamp
oh yeah, sorry my question is not about the proration part
just like, is there an easy way to turn this request into a curl command or stripe cli command
so I can see the response body
ahhh gotcha - yeah there isn't really anything like that
hmm does the stripe logs tail let me find it?
or is that only for future requests
yeah that wouldn't help for replaying requests that have already happened
haha okay, seems like I gotta just manually do this one
thanks though
oh actually last question
does the stripe-cli have a way to send a request to arbitrary url
could make a chrome extension to turn this page into a stripe-cli command
I think you could do somethign like stripe get /v1/invoices/upcoming?param=<PARAM> but you'll need to be on the latest version of the CLI to do that
oh okay, awesome thanks
👍