paystack-subaccounts

Installation
SKILL.md

Paystack Subaccounts

The Subaccounts API lets you create and manage subaccounts for split payments. Subaccounts represent sub-merchants/vendors who receive a portion of each payment.

Depends on: paystack-setup for the paystackRequest helper.
Related: paystack-splits for multi-party split configurations.

Endpoints

Method Endpoint Description
POST /subaccount Create a subaccount
GET /subaccount List subaccounts
GET /subaccount/:id_or_code Fetch a subaccount
PUT /subaccount/:id_or_code Update a subaccount

Create Subaccount

POST /subaccount

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