paystack-plans

Installation
SKILL.md

Paystack Plans

The Plans API lets you create and manage installment/recurring payment options. Plans define the billing cycle, amount, and currency for subscriptions.

Depends on: paystack-setup for the paystackRequest helper.
Related: paystack-subscriptions for subscribing customers to plans.

Endpoints

Method Endpoint Description
POST /plan Create a plan
GET /plan List plans
GET /plan/:id_or_code Fetch a plan
PUT /plan/:id_or_code Update a plan

Create Plan

POST /plan

Related skills
Installs
15
GitHub Stars
1
First Seen
Mar 8, 2026