---
title: "Check KYC prerequisites"
method: GET
path: "/v1/companies/{id}/kyc_prerequisites"
tags: ["Company"]
---

# Check KYC prerequisites

`GET /v1/companies/{id}/kyc_prerequisites`

Evaluates whether the company meets the prerequisites required before its KYC
can be sent to review. Returns `all_passed` and, when it is `false`, the list
of `missing` issues (each serialized as a hash describing the failing
prerequisite).

## Path parameters

- `id` string, required

## Parameters

- `#/paths/~1v1~1users/get/parameters/0` — unresolved $ref

## Response `200`

KYC prerequisite evaluation.

- object
  - `all_passed` boolean
  - `missing` object[]

## Other responses

- `401` — Unauthorized
- `404` — Company not found

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
