Skip to main content
Home

Built and signed on GitHub Actions

A Paystack API wrapper written in Typescript.

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a year ago (0.3.2)
class Paystack

This class aggregates the various resources in the Paystack API, and methods for interacting with them

Constructors

new
Paystack(secretKey: string)

Properties

applePay: ApplePay
bulkCharge: BulkCharge
charge: Charge
customer: Customer
dispute: Dispute
integration: Integration
misc: Misc
paymentPage: PaymentPage
plan: Plan
product: Product
recipient: Recipient
refund: Refund
settlement: Settlement
split: Split
subaccount: Subaccount
subscription: Subscription
terminal: Terminal
transaction: Transaction
transfer: Transfer
transferControl: TransferControl
verification: Verification
virtualAccount: VirtualAccount

Static Properties

Static Methods

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";
or

Import directly with a jsr specifier

import { Paystack } from "jsr:@stradox/paystack";

Add Package

pnpm i jsr:@stradox/paystack
or (using pnpm 10.8 or older)
pnpm dlx jsr add @stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";

Add Package

yarn add jsr:@stradox/paystack
or (using Yarn 4.8 or older)
yarn dlx jsr add @stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";

Add Package

vlt install jsr:@stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";

Add Package

npx jsr add @stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";

Add Package

bunx jsr add @stradox/paystack

Import symbol

import { Paystack } from "@stradox/paystack";