Generates a chargeback activity report filtered by date range and criteria for dispute management and analysis.
request (ChargebackReportQueryRequest) — Filtering options including:
startDate (datetime, required) — Report start date.endDate (datetime, required) — Report end date.companyId (guid, optional) — Filter by company identifier.projectId (guid, optional) — Filter by project identifier.status (string, optional) — Filter by chargeback status.ChargebackReportQueryResponse containing chargeback data or an empty list if none found.
The access token received from the authorization server in the OAuth 2.0 flow.
DateCreated, CaseTime Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of entities matching the query criteria.
[]