Docs
  • Home
  • Introduction
  • Loans
    • New loan application
    • Activate/De-Activate Auto approval
    • Loan Information
    • Active loans
    • Repayment Schedule Calculation
    • Create payment entries
    • Spool repayments due
    • Repayment Activation
      • Remita
    • Auto Disburse
  • Configuration Helpers
  • Create Person
  • Persons
  • Search Customer
  • Loan Types
  • Branches
  • Salesperson
  • Employer & Industry
    • Industries
  • Web-hook Integration
    • Industries
  • Loan Reasons
  • Guides
    • Test and go live
Powered by GitBook
On this page

Was this helpful?

  1. Loans

Repayment Schedule Calculation

Repayment Schedule Calculation

GET https://<your_business_alias>.lenda.ng​/ias​/loan​/RepaymentScheduleCalculation

This endpoint allows you to calculate the repayment schedule for a loan

Query Parameters

Name
Type
Description

amount

number

loanType

integer

duration

integer

netIncome

number

The API will do its best to find a cake matching the provided recipe.

Headers

Name
Type
Description

Authentication*

string

The encoded combination of your public key and secret key (see the Test and go live section of the docs)

{
    "data": {
        "periodicRepaymentAmount": 1260.0,
        "repaymentType": "months"
    },
    "status": true,
    "message": "Success"
}

PreviousActive loansNextCreate payment entries

Last updated 3 years ago

Was this helpful?