---
title: "(Manual KYC) Set identification to successful"
method: PATCH
path: "/v1/persons/{person_id}/identifications/{id}/mark_as_successful"
tags: ["Person identifications"]
---

# (Manual KYC) Set identification to successful

`PATCH /v1/persons/{person_id}/identifications/{id}/mark_as_successful`

This endpoint sets the `status` of an identification to `successful`. Use this endpoint if you are implementing the manual KYC flow in your solution.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.
- `id` string, required — The unique ID of the identification resource created for a customer.

## Request body

- object
  - `completed_at` string, date-time, required — The date and time that the identification was completed (maximum 18 months in the past).

## Response `default`

Unexpected error

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/customer-identification-kyc.md) · [All operations](https://skmtc.net/solarisgroup/apis/customer-identification-kyc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/customer-identification-kyc/revisions/c481fa2414f9/schema)
