flow-pie / flow-pie/chamaa.api
Create Loan Request Endpoint
Open
good first issue
help wanted
payment
- Dominant language
- HTML
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Design POST /api/v1/loans/request to allow members to request a loan.
Request Body:
{
"member_id": "uuid",
"amount": 15000,
"purpose": "string",
"duration_months": 6
}
Validate contribution threshold before eligibility
Auto-status: "pending"
Return loan request summary
Log event in loan_audit table
Contributor guide
Assessment
This issue has not been assessed yet.