Repayment Schedule Calculation

Repayment Schedule Calculation

GET https://<your_business_alias>.lendastack.io​/ias​/loan​/RepaymentScheduleCalculation

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

Query Parameters

Name
Type
Description

amount*

Decimal

Amount for the Calculation

loanType*

Int

The id of the Loan Type to be used

duration*

Int

The loan duration

netIncome*

Decimal

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": 14.7,
        "repaymentType": "months"
    },
    "status": true,
    "message": "Success"
}

Last updated

Was this helpful?