---
title: "Update KYC Document"
method: PUT
path: "/api/evs/v1/identity/{identityId}/document/{documentId}"
tags: ["Know Your Customer (KYC)"]
---

# Update KYC Document

`PUT /api/evs/v1/identity/{identityId}/document/{documentId}`

Update KYC Document.

## Path parameters

- `identityId` string, required
- `documentId` string, required

## Response `200`

OK

- PutIdentityDocumentUpdateResponse
  - `id` string, required
  - `status` 'pending' | 'processing' | 'approved' | 'rejected', required
  - `selectedIdClass` 'cct' | 'cid' | 'dl' | 'foid' | 'hic' | 'id' | 'ipp' | 'keyp' | 'ltpass' | 'munid' | 'myn' | 'nbi' | 'nric' | 'ofw' | 'rp' | 'pan' | 'pid' | 'pp' | 'ppc' | 'pr' | 'sss' | 'td' | 'tribalid' | 'umid' | 'vid' | 'visa' | 'wp', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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