#kkkkkkkkkkkkkkkkkkkkkd - Reports
1 messages · Page 1 of 1 (latest)
Hello! Can you provide a request ID showing that error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
There are no requests created on my DB for this.
The code I'm using is simple: puts Stripe::Reporting::ReportType.retrieve(
'frr_xxx',
)
Great. Also, I see the associated csv filename in the format frr_xxx.csv. Do you have the curl syntax that downloads this file?
it's just a URL so you'd download it the same way you download any file. I don't know of a specific curl syntax sorry
Ok, I am entering the URL straight into the address bar and I am prompted for a username and password. I imagine the password is my Stripe password but what would the username be?
Ah sorry I forgot this was an authenticated URL. You'll want to read: https://stripe.com/docs/reports/api#report-runs
it shows the curl command for the file content
Yes, I was able to get that command to work but it simply prints the file contents to the command prompt. Is there a way to download the csv file?