interswitch-card360
Installation
SKILL.md
Interswitch Card 360 API
Manage the complete lifecycle of debit cards — issuance, PIN management, blocking/unblocking, and balance inquiries.
Card Lifecycle
Create Card → Set PIN → Activate → Use → Block/Unblock → Expire/Renew
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/v1/cards |
POST | Create/issue a new card |
/api/v1/cards/{cardId} |
GET | Get card details |
/api/v1/cards/{cardId}/balance |
GET | Check card balance |
/api/v1/cards/{cardId}/pin |
PUT | Set or reset PIN |
/api/v1/cards/{cardId}/block |
POST | Block a card |
Related skills