Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-1559

New response parameters required for Loan creation response/retrieve loan information API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6.0
    • 1.10.0
    • None
    • None

    Description

      For the following API,

      GET: _https://DomainName/fineract-provider/api/v1/loans/\

      {loanId}

      ?associations=all&exclude=guarantors,futureSchedule_

      The loan creation response and retrieve loan information requires the following additional parameters to be returned: 

       

      New Parameter Value/Amount
      available_disbursement_amount It is the difference of approved amount and disbursed amount
      past_due_days No of days the loan is overdue,current date - duedate
      next_payment_due_date Based on the current date, need to populate the next payment due date
      delinquent_days No of days the loan is in arrears, current date - duedate-grace period
      delinquent_date Date the loan is in arrears, current date - duedate-grace period
      delinquent_amount amount overdue after the grace period
      last_payment_date last repayment made date on the loan
      last_payment_amount last repayment amount made date on the loan

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              edcable Ed Cable
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: