Solidgate Reporting uses two API approaches.
Report pages describe report-specific fields and filters. Create, track, and download shared API v2 CSV jobs. API v1 report types live under operational reports.
API v1 HMAC signatureOne endpoint per
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
Card orders APM orders Subscriptions Chargebacks PayPal disputes Prevention alerts Card fraud alerts API v2 Bearer tokenShared
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
SUBSCRIPTIONS INVOICESApproaches
| 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, list, and download. |
| Date range | Per-report defaults, for example updated_at or created_at. |
Creation date. date_from inclusive, date_to exclusive. |