Finalizes the fraud case identified by {id}. This action is allowed only if
every transaction in the case has customerDecision = RISK or NO_RISK.
Once finalized:
CLOSED.resolutionStatus is derived for the case:
NO_RISK if all transactions are NO_RISKRISK if at least one transaction is RISKBasic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The unique identifier of the fraud case
The audit user to log the request
Request payload for finalizing a fraud case.
Optional plain text comment on case (set via PATCH or finalize).
512^[^\p{Cntrl}<>]*$Case finalized successfully — returns updated 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:
RISK, NO_RISK