---
title: "Retrieve Subscriptions plans"
method: GET
path: "/api/v1/subscriptions-plans/{id}/"
tags: ["Subscriptions"]
---

# Retrieve Subscriptions plans

`GET /api/v1/subscriptions-plans/{id}/`

## Path parameters

- `id` string, required

## Response `200`

- PlanSer
  - `name` string, required
  - `plan_id` string, required
  - `frequency` integer, required
  - `frequency_unit` 'D' | 'W' | 'M' | 'Y' — * `D` - day * `W` - week * `M` - month * `Y` - year
  - `billing_cycles` integer — How many times should we bill the customer
  - `currency` 'KES' | 'GHS' | 'NGN' | 'UGX' | 'TZS' | 'XAF' | 'XOF', required — Supported currencies: - `KES` - Kenyan Shilling (KE) - `GHS` - Ghanaian Cedi (GH) - `NGN` - Nigerian Naira (NG) - `UGX` - Ugandan Shilling (UG) - `TZS` - Tanzanian Shilling (TZ) - `XAF` - Central African CFA Franc (CM) - `XOF` - West African CFA Franc (BF, CI)
  - `amount` string, decimal, required
  - `reference` string, nullable — Third-party/Internal reference ID
  - `plan_url` string, required
  - `redirect_url` string, uri, nullable — Redirect your customer after successful payment
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

---

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