#kebinj-Payout-recon
1 messages · Page 1 of 1 (latest)
Hi there and welcome to Stripe! You can use the Reporting API to generate reports: https://stripe.com/docs/reports/api
Take a look at that doc and let me know if you have any questions!
Hi @wise gulch I was able to run a report using this url https://api.stripe.com/v1/reporting/report_types/balance.summary.1 but when I tried it using payout reconciliation it gives me an error https://api.stripe.com/v1/reporting/report_types/payout_reconciliation.summary.5 the error "message": "No such reporting.report_type: 'payout_reconciliation.summary.5'",
Take a look at the reports reference for which types of reports there are: https://stripe.com/docs/reports/report-types#payout-reconciliation
payout_reconciliation.summary.5 isn't a type of report we suppport
Hi @wise gulch I was able to run the report via curl. May I know how will I know that the report is already done? Should I just rerun my curl request?
Yep you should be able to retrieve the report run almost immediatley
You can list the report runs using: https://stripe.com/docs/api/reporting/report_run/list?lang=curl
Thank you @wise gulch . You da man!