paystack-setup

Installation
SKILL.md

Paystack Setup

Set up the foundational Paystack API client and environment configuration for TypeScript/JavaScript server-side applications.

API Fundamentals

Property Value
Base URL https://api.paystack.co
Auth Header Authorization: Bearer SECRET_KEY
Content Type application/json
Response Format { status: boolean, message: string, data: object }
Amount Unit Subunit of currency (multiply display amount × 100)
Transaction ID Unsigned 64-bit integer — use string in TypeScript

Supported Currencies & Subunits

Currency Code Subunit Multiplier
Related skills
Installs
24
GitHub Stars
1
First Seen
Mar 8, 2026