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
paystackRequesthelper.
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