flow-pie/chamaa.api

Create Loan Request Endpoint

Open

#20 创建于 2025年11月1日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)HTML (4 fork)auto 404
good first issuehelp wantedpayment

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南