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"
}

Last updated