interswitch-split-settlement
Installation
SKILL.md
Interswitch Split Settlement API
Split payments across multiple beneficiary accounts using the wallet-pay system with Passport v2 authentication.
Split Settlement Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v2/wallet-pay/initialize |
POST | Initialize a split payment |
/api/v2/wallet-pay/status |
POST | Check split payment status |
Authentication
Split settlement uses Passport v2 (Collections Passport). See interswitch-setup skill for getCollectionsAuthHeaders().
// Base URL for split settlement
const COLLECTIONS_BASE_URL = process.env.INTERSWITCH_SPLIT_PASSPORT_URL;
// Test: https://qa.interswitchng.com
Related skills