Instant farmer creditworthiness reports powered by M-Pesa transaction history and the GroupFlux trust score engine.
The largest component — 60 points based on the ratio of repaid loans to total loans. A farmer who repays every loan scores the full 60 points.
5 points per completed growing season, capped at 30. Longer membership demonstrates commitment and establishes a reliable credit history.
10 bonus points are awarded to farmers with zero defaults ever. This rewards disciplined borrowers and incentivises timely repayment.
All repayments are recorded with M-Pesa receipt numbers and callback payloads. Each transaction is immutably logged — no manual adjustments are possible.
Banks and microfinance institutions can query the GroupFlux Trust Score API programmatically using a standard REST call.
GET /api/verify?query={mpesa_or_id}
{
"found": true,
"farmer": {
"id": "6721abc9def01234",
"name": "Wanjiru Kamau",
"phone": "+254712345678",
"mpesaNumber": "+254712345678",
"groupName": "Kiambu Maize Cooperative",
"groupRepaymentRate": 92,
"trustScore": 92,
"seasonsActive": 6,
"totalLoans": 6,
"repaidLoans": 6,
"recommendation": "approve"
}
}| Value | Score Range | Meaning |
|---|---|---|
approve | 80–100 | Strong credit profile. Recommend approval. |
review | 60–79 | Acceptable history. Further review recommended. |
high-risk | 0–59 | High default risk. Extended due diligence required. |