---
title: "Update the status of IDV process results"
method: PATCH
path: "/v2/individuals/{entityId}/results/idv"
tags: ["Individual Results"]
---

# Update the status of IDV process results

`PATCH /v2/individuals/{entityId}/results/idv`

Update the status of a set of IDV process results.

## Headers

- `api_key` string, required
- `X-Frankie-CustomerID` string, required
- `X-Frankie-CustomerChildID` string
- `X-Frankie-Channel` string
- `X-Frankie-Username` string

## Request body

- object
  - `processResults` string[]
  - `manualStatus` 'CLEAR' | 'REJECTED' — Any manual status set after the results have been reviewed. - CLEAR: When the result is determined to be clear and no further action is needed. - REJECTED: When the result is determined to be rejected and no further action is needed.
  - `comment` Comment
    - `commentId` string — Unique identifier for the comment.
    - `text` string — The text content of the comment.

## Response `200`

OK

- object
  - `requestId` string — The unique request identifier for the API call made.
  - `processResults` ProcessResultObject[] — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.net/frankieone/apis/kyc-v2-api.md) · [All operations](https://skmtc.net/frankieone/apis/kyc-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frankieone/kyc-v2-api/revisions/880b27506cbb/schema)
