interswitch-setup
Installation
SKILL.md
Interswitch Setup
Set up the foundational Interswitch API client, OAuth 2.0 authentication, and environment configuration for TypeScript/JavaScript server-side applications.
API Fundamentals
| Property | Value |
|---|---|
| Test Passport URL | https://passport.k8.isw.la/passport/oauth/token |
| Live Passport URL | https://passport.interswitchng.com/passport/oauth/token |
| Test Collections URL | https://qa.interswitchng.com |
| Live Collections URL | https://interswitchng.com |
| Test Web Checkout URL | https://newwebpay.qa.interswitchng.com |
| Live Web Checkout URL | https://newwebpay.interswitchng.com |
| Auth Method | OAuth 2.0 Client Credentials |
| Content Type | application/json |
| Amount Unit | Minor currency (kobo for NGN — multiply amount × 100) |
| Currency Code | 566 (NGN), 840 (USD) |
Related skills