interswitch-cardless
Installation
SKILL.md
Interswitch Cardless Payments API
Generate paycodes that allow customers to withdraw cash from ATMs without a physical card.
Cardless Payment Flow
- Customer requests withdrawal (specify amount)
- System generates a paycode
- Customer receives paycode via SMS/app
- Customer enters paycode at any Interswitch-enabled ATM
- Cash is dispensed
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/paycode |
POST | Generate single paycode |
/api/v1/paycode/bulk |
POST | Generate bulk paycodes |
/api/v1/paycode/{code} |
GET | Check paycode status |
Related skills