---
title: "Live Application: Simulate Status"
method: PATCH
path: "/live_application/{merchant_id}/simulate_status"
tags: ["Platform Model"]
---

# Live Application: Simulate Status

`PATCH /live_application/{merchant_id}/simulate_status`

Simulate status change on applications for test merchants.
In order for status to be changed to "accepted," at least one payment method must be approved.

## Path parameters

- `merchant_id` string, required — A unique 25-character alphanumeric resource identifier.

## Request body

- object
  - `status` 'accepted' | 'declined'

## Response `200`

200 response

- MerchantSubmissionStatus
  - `merchant_id` string, required — Identifier of the merchant whose submission status is being reported.
  - `status` string, required — Current status of the merchant's live application submission.

## Other responses

- `404` — When there are still pending required fields in the Live Application
- `422` — When status is not specified as `accepted` or `declined`

---

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