IZZIPAYLending
Microfinance API Reference
Complete API documentation with request/response examples and curl commands.
Base URL
https://api.izzipay.comEndpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/microfinance/groups | Create lending group |
| POST | /v1/microfinance/loans/disburse | Disburse loan |
| GET | /v1/microfinance/portfolio/at-risk | Get portfolio at risk |
Quick Start
Example: Create lending group
bash
curl -X POST \
https://api.izzipay.com/v1/microfinance/groups \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 10000,
"currency": "USD"
}'Authentication
All API requests require a Bearer token in the Authorization header. Get your API keys from the Developer Portal.