---
title: "Update Customer KYC"
method: PUT
path: "/v2/kyc/customer/update"
tags: ["KYC"]
---

# Update Customer KYC

`PUT /v2/kyc/customer/update`

## Headers

- `accept-language` string

## Response `200`

Customer KYC Updated

- CustomerKYCResponse
  - `statusCode` number, required — The HTTP status code of the error
  - `data` CustomerKYC, required
    - `applicationId` string, required — Id of the application
    - `businessId` string, required — Id of the business
  - `message` string, required — Human-readable message containing all available details about the operation
  - `success` boolean, required — A boolean indicating whether this was a success response or an error response

## Other responses

- `401` — Invalid credentials
- `403` — Forbidden resource
- `500` — Internal Server Error, Some problem is there, please try after sometime

---

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