Skip to content

Paystack CLIBuild, test, and manage your Paystack integration

Access all Paystack API endpoints directly from your terminal

Paystack CLI

Quick Start

bash
npm install -g @toneflix/paystack-cli
bash
pnpm add -g @toneflix/paystack-cli
bash
yarn global add @toneflix/paystack-cli

Basic Usage

bash
# Initialize the CLI
paystack-cli init

# Login to your Paystack account
paystack-cli login

# Start using commands
paystack-cli transaction:list
paystack-cli customer:create --email=user@example.com --first_name=John
paystack-cli plan:create --name="Premium" --amount=50000 --interval=monthly

What's Next?

Released under the ISC License.