---
title: "Payment Method: List"
method: GET
path: "/payment_methods"
tags: ["Payments"]
---

# Payment Method: List

`GET /payment_methods`

Lists available payment methods.

## Response `200`

200 response

- AvailablePaymentMethod[]
  - `name_en` string, required — English display name of the payment method.
  - `name_ja` string, required — Japanese display name of the payment method.
  - `name_ko` string, required — Korean display name of the payment method.
  - `type_slug` string, required — Machine-readable type identifier for the payment method.
  - `currency` string, required — Currency this payment method supports.
  - `subtypes` string[] — Optional list of subtypes or variants (e.g. card brands).
  - `secure_token_supported` string[] — Optional list of secure token / 3DS flows supported by this payment method.

---

[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/revisions/65483c40ba32/schema)
