---
title: "List Payment Mediums"
method: GET
path: "/admin/payment-mediums/list"
tags: ["provider", "admin", "payment-mediums"]
---

# List Payment Mediums

`GET /admin/payment-mediums/list`

List all payment mediums (both system and custom).

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- PaymentMediumDetail[]
  - `name` string, required — The name/identifier of the payment medium (primary key).
  - `isSystem` boolean, required — Whether this is a system-defined payment medium (immutable).
  - `isArchived` boolean, required — Whether this payment medium is archived.
  - `createdDate` string, date-time, required — The date and time the payment medium was created.
  - `updatedDate` string, date-time, nullable — The date and time the payment medium was last updated.

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
