A Request is the borrower’s initiation of a new loan through the Mansa API. It defines how much liquidity is needed, the corridor where it will be used, and the desired tenor. Lifecycle
  1. Creation – Borrower submits a /request with loan amount, corridor, and tenor.
  2. Validation – Mansa evaluates the request against credit limits, compliance rules, and utilization history.
  3. Decision – If approved, the request transitions into a Loan object. If it exceeds limits, it is flagged for admin review.
  4. Next Step – Approved requests proceed directly to Disbursement.