#paillous - reports
1 messages · Page 1 of 1 (latest)
no, from the API
so I am first generating a report with report_run with the correct timestamp for end and start, then get the detail of the report once it's successfully generated
Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I do not have access to the dashboard, I am using the API as a developer for other customers, so I just have a test and a prod key and retrieve data from here, but I can give you the id of the report ? 😢 frr_1LE7mCHyDWIl6jSxrl6UyKrZ ?
Thanks! Give me a few minutes to look into this.
Is this the request you tried and returns an empty report?
{
report_type: "payouts.itemized.1",
parameters: {
interval_start: "1640995200",
interval_end: "1643673600"
}
}
yes!
well I just checked in your dashboard, and the payouts.itemized.1 report is also empty for these dates. so it looks like there isn't any data to display.
you could try to retrieve the balance.summary.1 between Jan 1 and Jun 22, there should be some data to display.