Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
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



JSR Score
100%
Published
a year ago (0.3.2)
This module grants access to the Paystack object, with which we can access the various resources in the Paystack API
Example 1
Example 1
import { Paystack } from "@stradox/paystack"; const paystack = new Paystack(<your_secret_key>); const transaction = await paystack.transaction.initialize({ amount: 10000, email: "johndoe@test.com", }); OR (to get a singleton instance of the Paystack class) import { getPaystack } from "@stradox/paystack"; const paystack = getPaystack(<your_secret_key>); const transaction = await paystack.transaction.initialize({ amount: 10000, email: "johndoe@test.com", });
Built and signed on
GitHub Actions
Add Package
deno add jsr:@stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";
Import directly with a jsr specifier
import * as paystack from "jsr:@stradox/paystack";
Add Package
pnpm i jsr:@stradox/paystack
pnpm dlx jsr add @stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";
Add Package
yarn add jsr:@stradox/paystack
yarn dlx jsr add @stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";
Add Package
vlt install jsr:@stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";
Add Package
npx jsr add @stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";
Add Package
bunx jsr add @stradox/paystack
Import symbol
import * as paystack from "@stradox/paystack";