---
title: "Simulate KYC Review"
method: POST
path: "/open-api/v3/vcc/simulate/kyc/review"
tags: ["Test"]
---

# Simulate KYC Review

`POST /open-api/v3/vcc/simulate/kyc/review`

Simple endpoint to simulate kyc review requests. Only available on `sandbox` environment.

## Request body

- SimulateKycReviewRequest
  - `accountId` string, uuid, required — The UUID of the account.
  - `status` 'Passed' | 'Canceled', required — The status to which the account should be updated.
  - `message` string — Optional message or reason for the KYC review status.

## Response `200`

OK

- SimulateAuthorizationResponse — simulate authorization response
  - `reasonCode` string — reason code
  - `responseCode` string — response code

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
