---
title: "Get Plan"
method: GET
path: "/v5/plans/{id}"
tags: ["Plans"]
---

# Get Plan

`GET /v5/plans/{id}`

Retrieve details for a specific recurring payment plan.

## Path parameters

- `id` string, required

## Response `200`

Success

- PlanResponse — Plan response matching PlanRestSerializer structure
  - `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)

## Other responses

- `401` — Unauthorized
- `404` — Plan not found

---

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