#niranjan_99156
1 messages · Page 1 of 1 (latest)
hello! can you provide the relevant request ids?
Hi alex
$reportRun = \Stripe\Reporting\ReportRun::create([
'report_type' => 'balance.summary.1',
'parameters' => [
'interval_start' => strtotime($fromDate),
'interval_end' => strtotime($toDate),
],
],["connected_account" => $stripe_account_id]);
it's return null in $reportRun first time and next time it's work fine
I need the request id to look into this further. It'll look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.