interswitch-wallets
Installation
SKILL.md
Interswitch Wallet Services API
Create and manage virtual wallets for merchants and consumers. Wallets include virtual card details (PAN, CVV, expiry) for card-based transactions.
Wallet Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/wallet |
POST | Create a new wallet |
/api/v1/wallet/{walletId} |
GET | Get wallet details |
/api/v1/wallet/{walletId}/balance |
GET | Get wallet balance |
Environment Variables
# Add to your .env (see interswitch-setup for full config)
INTERSWITCH_WALLET_BASE_URL=https://qa.interswitchng.com # Test
# INTERSWITCH_WALLET_BASE_URL=https://saturn.interswitchng.com # Live
Related skills