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

# Live Application: Payment Methods

`GET /live_application/{merchant_id}/payment_methods`

List submitted/unsubmitted payment methods

## 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`

200 response

- PaymentMethodsList
  - `submitted_payment_methods` PaymentMethodStatus[], required — Array of payment methods that have been submitted for review, with their statuses.
    - `status` 'submitted' | 'accepted' | 'declined', required
    - `payment_method` string, required — The type slug of the payment method this status applies to.
  - `unsubmitted_payment_methods` string[], required — Array of payment method type slugs that have not yet been submitted for review.

---

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