Finalize case
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:
- All transactions become immutable.
- Case status is set to
CLOSED. - An optional comment can be stored on the case
resolutionStatusis derived for the case:NO_RISKif all transactions areNO_RISKRISKif at least one transaction isRISK
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
Body
Request payload for finalizing a fraud case.
Optional plain text comment on case (set via PATCH or finalize).
512^[^\p{Cntrl}<>]*$Response
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:
- 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 
