Active loans
Get detailed information on customers loans and repayment schedules
Spool list of loans
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"pageNumber": 1,
"totalPages": 8,
"pageSize": 1,
"totalCount": 142,
"hasPreviousPage": false,
"hasNextPage": true,
"items": [
{
"loanId": 1480,
"loanCode": null,
"loanBatchCode": null,
"applicationCode": "LA210275",
"fees": 0,
"buyOverAmount": null,
"identifier": "cD042vFSn",
"loanAmount": 10000,
"loanTenor": 6,
"status": null,
"branchName": "Head Quarter",
"loanTypeName": "Buks Products",
"customerName": "Fareed Zakar",
"customerInitials": null,
"personId": 1770,
"createdBy": null,
"createdByName": null,
"creatorTeam": null,
"repaymentInfo": null,
"reviewClaimer": null,
"createdAt": "2021-02-25T01:42:26.6252335",
"dateApproverClaimed": null,
"dateApproverApproved": null,
"dateDisburserClaimed": null,
"dateRepaymentApproved": null,
"dateDisbursed": null,
"amountRepayed": 0,
"totalAmountToBeRepayed": 0,
"loanBalance": 0,
"amountOutstanding": 0,
"loanStage": null,
"amountDisbursed": 0,
"repaymentScheduleType": "Month",
"lendingInstitutionId": null,
"parentLoanId": null,
"lagPeriod": null,
"disbursementUpdateStatus": null,
"disbursementUpdateStage": null,
"bankInfo": null,
"disbursementClaimer": null,
"disbursementTrailCount": null
}
]
},
"status": true,
"message": "Success"
}Last updated