---
title: "Create plan"
method: POST
path: "/v1/plans"
tags: ["Plans"]
---

# Create plan

`POST /v1/plans`

## Request body

- CreatePlanRequest
  - `name` string, required
  - `description` string, required
  - `interval` 'daily' | 'weekly' | 'monthly' | 'quarterly' | 'biannually' | 'annually', required
  - `amount` number, required
  - `localCurrency` 'NGN' | 'KES' | 'ZAR' | 'GHS' | 'XOF' | 'USD', required
  - `amountCurrency` 'settlement' | 'local'
  - `settlementCurrency` 'USD' | 'GBP' | 'EUR' | 'CAD' | 'USDC' | 'USDT'
  - `limit` number
  - `hostedPage` boolean
  - `sendSms` boolean
  - `sendInvoices` boolean

## Response `201`

Plan created.

- GenericResponse
  - `status` boolean
  - `message` string
  - `code` integer
  - `data` unknown

---

[API](https://skmtc.net/kyshi/apis/kyshi-mor-public-api.md) · [All operations](https://skmtc.net/kyshi/apis/kyshi-mor-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kyshi/kyshi-mor-public-api/versions/3c46fabe8df7/schema)
