#Haakon98-payout-reports
1 messages · Page 1 of 1 (latest)
Yes, the API would be your best bet here, and I believe we cover the basics here https://stripe.com/docs/reports/api
You'd use webhooks to listen when new data is available and trigger a new report run, and then listen for the event that signals report run success and use the results
I see. Thanks