paystack-subscriptions
Installation
SKILL.md
Paystack Subscriptions
The Subscriptions API lets you create and manage recurring payments. A subscription links a customer to a plan and charges them automatically at the plan's interval.
Depends on: paystack-setup for the
paystackRequesthelper.
Related: paystack-plans for creating plans, paystack-customers for customer management.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /subscription |
Create a subscription |
| GET | /subscription |
List subscriptions |
| GET | /subscription/:id_or_code |
Fetch a subscription |
| POST | /subscription/enable |
Enable a subscription |
| POST | /subscription/disable |
Disable a subscription |
| GET | /subscription/:code/manage/link |
Generate card update link |
| POST | /subscription/:code/manage/email |
Email card update link |
Related skills