interswitch-payment-links
Installation
SKILL.md
Interswitch Payment Links API
Create and manage shareable payment links through the Quickteller Business platform. Enable customers to pay via a hosted payment page without building custom checkout UI.
Payment Link Features
- Shareable URLs — Send payment links via email, SMS, WhatsApp
- Multiple payment methods — Card, bank transfer, USSD, QR code
- Customizable — Set amounts, descriptions, expiry dates
- Trackable — Monitor link status and payments
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/payment-links |
POST | Create payment link |
/api/v1/payment-links |
GET | List payment links |
/api/v1/payment-links/{linkId} |
GET | Get link details |
/api/v1/payment-links/{linkId} |
PUT | Update payment link |
Related skills