v1
latestOpenAPI 3.1.02026-07-2663312285.4 KBDispute Reports
Get a dispute report by ID
Returns the report metadata and, when processing is complete, a pre-signed download URL.
get/v1/dispute-reports/{reportId}
Path parameters
reportIdstring required
The report ID returned when the report was created.
Headers
Merchant-Idstring required
The merchant identifier.
Request-Referencestring
Optional Reference for the request. This is used to identify the request in debugging.
Response
Report found
Example response
{
"id": "report_a1b2c3d4e5f67890abcde",
"startDate": "2026-06-17T00:00:00Z",
"endDate": "2026-07-17T11:58:00Z",
"status": "PENDING",
"downloadUrl": "https://example.com/reports/report_a1b2c3d4e5f67890abcde.csv?expires=3600",
"createdAt": "2026-07-17T12:00:00Z",
"updatedAt": "2026-07-17T12:00:00Z"
}