Merchant API
Report runs

Report runs

The /report-runs endpoint enables merchants to generate custom reports of transactions associated with their Merchant account.

Follow these steps to generate and download a report file:

  1. Create a new report run with the appropriate parameters, on POST /report-runs and retrieve the report_run_id.
  2. Check the status of the report run, using the GET /report-runs/{report_run_id} endpoint.
  3. If the status is completed, use the GET /report-runs/{report_run_id}/file endpoint to download the report file.
Was this page helpful?