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