Partially update fraud case
- Applies partial updates to case
{id}and returns the updated case. - Omitting
commentleaves the case comment unchanged. - Transactions not included in the payload are not changed.
- Once any transaction has a customer decision, the case status changes from OPEN to PENDING.
- Transactions remain editable until the case is finalized via the Finalize case operation.
- No-op: if nothing changes, the case is returned unchanged.
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
Partial update for a fraud case
Partial update for a fraud case. - comment sets or replaces the case comment (can also be provided at finalize). - transactions updates a list of transactions; those not present are not modified.
Response
Successful partial update of the 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 
