---
title: "Get Plan Details"
method: GET
path: "/subscription/api/v1/subscription-plans/{planCode}"
tags: ["Subscription Plans"]
---

# Get Plan Details

`GET /subscription/api/v1/subscription-plans/{planCode}`

This endpoint retrieves the details of a specific subscription plan.

## Path parameters

- `planCode` string, required

## Response `200`

Subscription plan details retrieved successfully

- GetSubscriptionPlanResponse
  - `success` boolean — Indicates if the request was successful.
  - `message` string — Descriptive message regarding the operation.
  - `data` object — The payload containing the detailed plan information.
    - `id` integer — Unique internal identifier for the plan.
    - `name` string — The name of the subscription plan.
    - `description` string — A brief overview or summary explaining what the plan offer entails.
    - `amount` number — The price of the plan.
    - `currency` string — The 3-letter ISO currency code for the billing.
    - `interval` string — The frequency of the billing cycle (e.g., MONTHLY).
    - `intervalCount` integer — The number of intervals between subscription billings.
    - `trialPeriodDays` integer — The number of free trial days given to subscribers.
    - `billingLimit` integer — The maximum number of times a subscriber can be charged on this plan.
    - `status` string — The operational status of the plan.
    - `planCode` string — The unique, system-generated code used to identify this plan.
    - `billingDaysOfWeek` string[], nullable — Specific days of the week scheduled for billing, if applicable.
    - `metadata` object, nullable — Key-value pairs for storing additional custom information.
    - `createdAt` string, date-time — Timestamp indicating exactly when the plan was created.
    - `updatedAt` string, date-time — Timestamp indicating when the plan record was last updated.

---

[API](https://skmtc.net/payaza/apis/payaza-documentation.md) · [All operations](https://skmtc.net/payaza/apis/payaza-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payaza/payaza-documentation/versions/1ecd4b94ff07/schema)
