#rolex-payout-reconciliation
1 messages · Page 1 of 1 (latest)
Yes but can you please help me out with the flow of it like do I need to create a report run then it will give me data of the report?
Stripe::Reporting::ReportRun.create({
report_type: 'payout_reconciliation.itemized.5',
parameters: {
interval_start: '1577865600',
interval_end: '1580544000',
timezone: 'America/Los_Angeles',
columns: ['created', 'reporting_category', 'net'],
},
})```
The docs cover this in details. I'd recommend trying first!
Alright
if you're stuck we're happy to help, but the first step is to try this request and see what happens!