paystack-payment-pages

Installation
SKILL.md

Paystack Payment Pages

The Payment Pages API lets you create hosted payment pages at https://paystack.com/pay/[slug] — no frontend code needed.

Depends on: paystack-setup for the paystackRequest helper.

Endpoints

Method Endpoint Description
POST /page Create a payment page
GET /page List payment pages
GET /page/:id_or_slug Fetch a payment page
PUT /page/:id_or_slug Update a payment page
GET /page/check_slug_availability/:slug Check slug availability
POST /page/:id/product Add products to page

Create Payment Page

Installs
13
GitHub Stars
1
First Seen
Mar 8, 2026
paystack-payment-pages — rexedge/paystack