#niranjan_99156

1 messages · Page 1 of 1 (latest)

unique wigeonBOT
ocean junco
#

hello! can you provide the relevant request ids?

fickle snow
#

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

ocean junco