Solidgate Reporting uses two API approaches.
Report pages describe report-specific fields and filters.
Create, track, and download API v2 CSV reports by report type and date range with Bearer authentication.
Create,
track, and download shared API v2 CSV jobs. API v1 report types live under
Export API v1 reports for a selected date range covering card and APM orders, subscriptions, chargebacks, PayPal disputes, prevention alerts, and card fraud alerts.
operational
reports.
One endpoint per
Export API v1 reports for a selected date range covering card and APM orders, subscriptions, chargebacks, PayPal disputes, prevention alerts, and card fraud alerts.
report type
on reports.solidgate.com. The response returns paginated JSON for the selected date range. Use channel keys and the request signature model from Access to API.
Covers
Shared
reports
API v2
resource on api.solidgate.com/v2. Async CSV jobs selected by report_type. Follow the create, list, and download steps on Create reports.
Covers
Approaches
| Area | API v1 | API v2 |
|---|---|---|
| Model | Dedicated endpoint per report. Paginated JSON in the response. | One Reports API. Async CSV file selected by report_type. |
| Flow | Call the report endpoint with date_from, date_to, and optional filter / pagination. |
Create, track, and download API v2 CSV reports by report type and date range with Bearer authentication. Create, list, and download. |
| Date range | Per-report defaults, for example updated_at or created_at. | Creation date. date_from inclusive, date_to exclusive. |