---
title: "Live Application: Show"
method: GET
path: "/live_application/{merchant_id}"
tags: ["Platform Model"]
---

# Live Application: Show

`GET /live_application/{merchant_id}`

Shows the live application status of the applicant merchant

## Path parameters

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

## Query parameters

- `locale` 'ja' | 'en' | 'ko' — For supported payment methods, sets the language of the instruction page.

## Response `200`

Creates a new file for its submerchant

- LiveApplicationWithSubmittedFields
  - `merchant_id` string, required — A unique 25-character alphanumeric resource identifier.
  - `status` 'not_applied' | 'incomplete' | 'pending' | 'accepted' | 'declined', required
  - `payments_enabled` boolean, required — Whether payments have been enabled following application review.
  - `payouts_enabled` boolean, required — Whether payouts have been enabled following application review.
  - `requested_fields` Field[], required — Fields currently required to be submitted for this application.
    - `field_type` string, required — The input type for this field (e.g. "text", "file", "boolean").
    - `field` string, required — Machine-readable key name of the field.
    - `field_name` string, required — Human-readable display name of the field.
    - `field_properties` object, required
      - `external_links` string[] — Array of URLs to external resources relevant to this field.
      - `minLength` integer — Minimum character length for the field value.
      - `format` string — Semantic format hint for the field value (e.g. "date", "email").
      - `pattern` string — Regular expression the field value must match.
      - `minimum` integer — Minimum numeric value for integer fields.
      - `maximum` integer — Maximum numeric value for integer fields.
      - `enum` object — Map of human-readable labels to enum codes for dropdown/radio fields.
      - `items` object — Schema describing each item in an array field.
    - `position` integer, required — Display order position of this field in the application form.
    - `optional` boolean, required — Whether this field is optional (true) or required (false).
  - `newly_requested_fields` Field[], required — Fields newly added to the required list since last submission.
    - `field_type` string, required — The input type for this field (e.g. "text", "file", "boolean").
    - `field` string, required — Machine-readable key name of the field.
    - `field_name` string, required — Human-readable display name of the field.
    - `field_properties` object, required
      - `external_links` string[] — Array of URLs to external resources relevant to this field.
      - `minLength` integer — Minimum character length for the field value.
      - `format` string — Semantic format hint for the field value (e.g. "date", "email").
      - `pattern` string — Regular expression the field value must match.
      - `minimum` integer — Minimum numeric value for integer fields.
      - `maximum` integer — Maximum numeric value for integer fields.
      - `enum` object — Map of human-readable labels to enum codes for dropdown/radio fields.
      - `items` object — Schema describing each item in an array field.
    - `position` integer, required — Display order position of this field in the application form.
    - `optional` boolean, required — Whether this field is optional (true) or required (false).
  - `errored_fields` ErroredField[], required — Fields that were submitted but failed validation.
    - `field_type` string, required — The input type for this field (e.g. "text", "file", "boolean").
    - `field` string, required — Machine-readable key name of the field.
    - `field_name` string, required — Human-readable display name of the field.
    - `field_properties` object, required
      - `external_links` string[] — Array of URLs to external resources relevant to this field.
      - `minLength` integer — Minimum character length for the field value.
      - `format` string — Semantic format hint for the field value (e.g. "date", "email").
      - `pattern` string — Regular expression the field value must match.
      - `minimum` integer — Minimum numeric value for integer fields.
      - `maximum` integer — Maximum numeric value for integer fields.
      - `enum` object — Map of human-readable labels to enum codes for dropdown/radio fields.
      - `items` object — Schema describing each item in an array field.
    - `position` integer, required — Display order position of this field in the application form.
    - `optional` boolean, required — Whether this field is optional (true) or required (false).
    - `value` union, required
      - string
      - boolean
      - integer
    - `error` string[], required
  - `submitted_fields` SubmittedField[], required
    - `field_type` string, required — The input type for this field (e.g. "text", "file", "boolean").
    - `field` string, required — Machine-readable key name of the field.
    - `field_name` string, required — Human-readable display name of the field.
    - `field_properties` object, required
      - `external_links` string[] — Array of URLs to external resources relevant to this field.
      - `minLength` integer — Minimum character length for the field value.
      - `format` string — Semantic format hint for the field value (e.g. "date", "email").
      - `pattern` string — Regular expression the field value must match.
      - `minimum` integer — Minimum numeric value for integer fields.
      - `maximum` integer — Maximum numeric value for integer fields.
      - `enum` object — Map of human-readable labels to enum codes for dropdown/radio fields.
      - `items` object — Schema describing each item in an array field.
    - `position` integer, required — Display order position of this field in the application form.
    - `optional` boolean, required — Whether this field is optional (true) or required (false).
    - `value` union, required
      - string
      - boolean
      - integer

---

[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)
