---
title: "List Plans"
method: GET
path: "/v5/plans"
tags: ["Plans"]
---

# List Plans

`GET /v5/plans`

Retrieve a list of all recurring payment plans.

## Query parameters

- `cursor` integer
- `per_page` integer

## Response `200`

Success

- object
  - `plans` PlanResponse[]
    - `object` 'plan', required — Resource type identifier
    - `id` string, required — Plan ID (SKU)
    - `plan_name` string — Plan name
    - `plan_amount` string — Plan amount
    - `plan_payments` string — Number of payments (0 = until canceled)
    - `day_frequency` string — Day frequency (0 if not applicable, empty if not set)
    - `month_frequency` string — Month frequency (0 if not applicable, empty if not set)
    - `day_of_month` string — Day of month (empty if not applicable)
  - `next_cursor` integer, nullable — Cursor for the next page. Use this value in the cursor parameter for the next request. Null if there are no more results.
  - `per_page` integer — Number of plans per page

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/revisions/45c2ecda3685/schema)
