---
title: "Get Subscription Plan Details"
method: GET
path: "/v1/subscription-plan/{plan_id}"
---

# Get Subscription Plan Details

`GET /v1/subscription-plan/{plan_id}`

Use this API to get the subscription plan details, if you need to make any changes use the Update a Subscription Plan API

## Path parameters

- `plan_id` string, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `description` string
  - `cycle` string
  - `cycle_repeat` unknown
  - `cycle_frequency` unknown
  - `currency` string
  - `amount` number
  - `reference` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `422` — 422

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/versions/6aae1a736990/schema)
