Retrieves detailed information about a specific chargeback including dispute reason, amount, and response deadline for dispute management.
projectId (guid, required) — Project identifier for authentication.request (ChargebackDetailsQueryRequest, required) — Query request including:
chargebackId (string, optional) — Chargeback identifier.transactionId (string, optional) — Transaction identifier.ChargebackDetailsQueryResponse containing chargeback details or error information.
The access token received from the authorization server in the OAuth 2.0 flow.
The project identifier for authentication and authorization.
The chargeback query request containing chargeback ID or transaction reference.
Represents the filters supported when querying CyberSource chargeback details.
Start date for the chargeback search window.
1Offset into the result set for pagination.
Maximum number of results to return.
1 <= x <= 10000Indicates whether the search should include every project belonging to the company.
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. Wraps the chargeback query results returned to payment clients.
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.
[]