Retrieve fraud case by ID
Retrieves detailed information for the fraud case identified by {id}.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the fraud case
Query Parameters
The audit user to log the request
Response
Successful retrieval of the fraud case
Unique identifier of the fraud case
"123e4567-e89b-12d3-a456-426614174000"
Current status of the fraud case
OPEN, PENDING, CLOSED "OPEN"
Unique identifier of the card on the fraud case
"54321"
Time when the fraud case was created
"2025-07-01T10:00:00Z"
Time when the fraud case was last updated
"2025-07-02T14:30:00Z"
List of transactions associated with this case
Optional plain text comment on case (set via PATCH or finalize).
512^[^\p{Cntrl}<>]*$Final case resolution derived when the case is CLOSED:
- NO_RISK if all transactions are NO_RISK
- RISK if at least one transaction is RISK Omitted for OPEN or PENDING cases.
RISK, NO_RISK 
