cURL
curl --request GET \ --url https://api.mansafinance.co/api/v1/liquidity/management/repayments/estimate \ --header 'Authorization: Bearer <token>' \ --header 'x-api-key: <api-key>'
{ "principal_balance": "1499", "outstanding_interest": "3.3984000000000005", "total_outstanding": "1502.3984", "can_repay_principal": true, "can_repay_interest": true, "next_accrual_date": "2026-01-21T10:04:01.837Z" }
API key for authentication
JWT token following RFC001 specification
interest
principal
penalty
Estimate list
"10"
"0.552"
"10.552"
true
"2026-01-21T10:04:01.837Z"