---
title: "Bypass a compliance review for a child organization"
method: POST
path: "/api/sandbox/simulate/complianceReview/{organizationId}"
tags: ["Sandbox"]
---

# Bypass a compliance review for a child organization

`POST /api/sandbox/simulate/complianceReview/{organizationId}`

Simulates an approved compliance review for a child organization, skipping the real KYB/KYC flow. Approval completes asynchronously after a couple of minutes. Sandbox only.

## Path parameters

- `organizationId` string, uuid, required

## Response `200`

Simulated compliance review triggered.

## Other responses

- `400` — The child organization has already begun or completed a compliance review.
- `401` — `organizationId` is not a child of the parent that owns the API key.
- `403` — Not available in production.

---

[API](https://skmtc.net/muralpay/apis/mural-api.md) · [All operations](https://skmtc.net/muralpay/apis/mural-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muralpay/mural-api/versions/437d277f5948/schema)
