Before submitting a loan request, you can check whether you are eligible for a specific amount. The eligibility check evaluates your current savings balance and any existing loans to give you a clear picture of what you can borrow. This prevents failed submissions and helps you offer members an accurate loan request form.Documentation Index
Fetch the complete documentation index at: https://docs.digiflecttech.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request body
The loan amount you want to check. The API evaluates whether this specific amount is within your borrowing limit.
The intended repayment duration in months. Used alongside
amount when assessing the request.Response fields
true if you can borrow the requested amount, false otherwise.The maximum amount you are currently eligible to borrow. Calculated as your total contributions multiplied by the group’s loan multiplier (typically 3×), capped at the group’s configured maximum loan limit.
Present only when
is_eligible is false. Explains why the request would be declined. Possible values:"Member already has an active or pending loan."— you must fully repay your existing loan before requesting a new one."Requested amount exceeds MAX eligibility of <amount> (3x Savings)."— the amount you requested is higher than 3× your total contributions.