npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

interswitch-skills

v1.0.1

Published

18 modular AI agent skills for Interswitch payment integration — TypeScript, Node.js, Next.js. Web checkout, card payments, wallets, transfers, VAS, split settlement, and more.

Readme

Interswitch Skills Collection

18 modular AI agent skills for Interswitch payment integration — TypeScript, Node.js, and Next.js ready.

Build payment systems, wallets, card processing, transfers, VAS, and more with production-ready Interswitch API patterns. Each skill teaches your AI coding agent exactly how to integrate a specific part of the Interswitch API — type-safe, tested, and ready to ship.

Skills Interswitch TypeScript License: MIT

Why Use Interswitch Skills?

  • Modular — Install only the skills you need, not a monolithic guide
  • Type-safe — Full TypeScript support with Zod validation and typed responses
  • Production-ready — Battle-tested patterns with error handling and security
  • AI-powered — Designed for AI coding agents (GitHub Copilot, Cursor, etc.)
  • Comprehensive — 18 skills covering Interswitch's payment, wallet, card, transfer, and VAS APIs

Quick Start

# Install all 18 skills at once
npx skills add rexedge/interswitch --all

# Install a specific skill
npx skills add rexedge/interswitch -s interswitch-web-checkout

# Install multiple specific skills
npx skills add rexedge/interswitch -s interswitch-setup interswitch-webhooks interswitch-card-payments

Available Skills

Core

| Skill | Description | | --- | --- | | interswitch-setup | API client setup, OAuth 2.0 token generation, Passport v2 auth, env config, TypeScript helpers | | interswitch-webhooks | HmacSHA512 signature validation, event handling, Express.js & Next.js handlers, retry policy | | interswitch-testing | Test credentials, test card numbers, sandbox URLs, webhook testing, going-live checklist |

Payments & Checkout

| Skill | Description | | --- | --- | | interswitch-web-checkout | Inline Checkout JS widget, Web Redirect HTML form, React/Next.js hook, redirect callback | | interswitch-card-payments | Direct card payment, authData encryption, OTP validation, 3D Secure, Hosted Fields, Google Pay | | interswitch-payment-links | Create, list, update, deactivate payment links — invoices, donations, tickets | | interswitch-split-settlement | Split payments, beneficiary configuration, wallet-pay initialization, settlement accounts |

Wallets & Transactions

| Skill | Description | | --- | --- | | interswitch-wallets | Create wallet, get details, check balance, virtual cards, Zod validation | | interswitch-transactions | Debit wallet, transaction status, requery, reversal, response codes | | interswitch-transaction-search | Quick search, reference search, advanced/bulk search, reconciliation pattern |

Transfers & Payouts

| Skill | Description | | --- | --- | | interswitch-transfers | Account validation (name enquiry), MAC hash (SHA-512), single transfer, status check | | interswitch-payouts | Payout channels, receiving institutions, institution details, routing logic |

Value Added Services

| Skill | Description | | --- | --- | | interswitch-vas | Biller categories, payment items, customer validation, bill payment, airtime recharge |

Cards & Fintech

| Skill | Description | | --- | --- | | interswitch-card360 | Card issuance (virtual/physical), PIN management, block/unblock, balance inquiry | | interswitch-fintech-cards | Card debit, reversal, balance enquiry, lien place/release | | interswitch-cardless | Single/bulk paycode generation, status check, cancellation, ATM withdrawal |

Insights & Data

| Skill | Description | | --- | --- | | interswitch-customer-insights | Demographics, financial history, financial habits, KYC flow, NDPR compliance | | interswitch-lending | Nano loans, salary lending, value financing, eligibility check, repayment |

Use Cases

These skills help your AI agent build:

  • E-commerce checkout — Web Checkout + Card Payments + Webhooks
  • Wallet platform — Wallets + Transactions + Transfers
  • Marketplace payments — Split Settlement + Transfers + Payouts
  • Bill payment app — VAS + Wallets + Transactions
  • Card management — Card 360 + Fintech Cards + Cardless
  • Lending/credit — Lending + Customer Insights + Wallets
  • Payout system — Transfers + Payouts + Transaction Search

Interswitch API Reference

| Property | Value | | --- | --- | | Base URL (Sandbox) | https://qa.interswitchng.com | | Base URL (Production) | https://saturn.interswitchng.com | | Auth | OAuth 2.0 Bearer Token or Passport v2 (InterswitchAuth) | | Content Type | application/json | | Amount Unit | Kobo (multiply naira × 100) |

Quick Links

Contributing

Found an issue or want to improve a skill? Open an issue or submit a pull request.

License

MIT