Retrieves CyberSource-specific transaction details including enhanced fraud management data, decision manager results, and processor-specific fields.
projectId (guid, required) — Project identifier matching authenticated API key.model (TransactionCybQueryRequest, required) — Query request with transactionId and optional flags.TransactionCybQueryResponse containing CyberSource-specific transaction details including fraud scores, AVS/CVV results, and decision manager data.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project containing the CyberSource transaction (must match authenticated API key).
The CyberSource query request specifying transaction ID and optional flags for including detailed fraud and decision manager data.
Represents the request payload used to query CyberSource transactions.
Collection of project and transaction pairs to retrieve.
Always returned. Check the success property in the response body to determine if the query succeeded.
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Wraps CyberSource transaction query results for API responses.
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.
[]