Spool Repayments Due
Retrieve all repayment due for a specified date range.
GET
https://<your_business_alias>.lendastack.io/ias/loan/repaymentsDue
This endpoint get repayment information for loans with repayment due
Query Parameters
Name
Type
Description
startDate
String
Starting date for the repayment period (example: 2020-12-15
)
endDate*
String
End date for the repayment period (example: 2021-05-08
)
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": [
{
"loanCode": "LN0001187",
"employerName": "",
"employmentCode": "",
"loanId": 1187,
"customer": "Olaoye Olawale Moses",
"loanType": "PL/BUY-OVER_01_236",
"personId": 57,
"branchId": 6,
"branchName": "",
"loanAmount": 950000.00,
"periodicRepaymentAmount": 112416.67,
"periodRepaymentOutstanding": 112416.67,
"totalRepaymentOutstanding": 337250.01,
"combinedLoanInformation": "LN0001187: Olaoye Olawale Moses- 337,250.01",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001186",
"employerName": "",
"employmentCode": "",
"loanId": 1186,
"customer": "Emaikwu Alfa",
"loanType": "STAFF/NEW_01_235",
"personId": 1048,
"branchId": 6,
"branchName": "",
"loanAmount": 330000.00,
"periodicRepaymentAmount": 35750.00,
"periodRepaymentOutstanding": 35750.00,
"totalRepaymentOutstanding": 107250.00,
"combinedLoanInformation": "LN0001186: Emaikwu Alfa- 107,250.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001185",
"employerName": "",
"employmentCode": "",
"loanId": 1185,
"customer": "Ezekiel Bartholomew",
"loanType": "PL/NEW_01_234",
"personId": 1047,
"branchId": 6,
"branchName": "",
"loanAmount": 350000.00,
"periodicRepaymentAmount": 42116.67,
"periodRepaymentOutstanding": 42116.67,
"totalRepaymentOutstanding": 126350.01,
"combinedLoanInformation": "LN0001185: Ezekiel Bartholomew- 126,350.01",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001184",
"employerName": "",
"employmentCode": "",
"loanId": 1184,
"customer": "Adetayo Babatunde",
"loanType": "PL/NEW_01_233",
"personId": 1046,
"branchId": 6,
"branchName": "",
"loanAmount": 500000.00,
"periodicRepaymentAmount": 59166.67,
"periodRepaymentOutstanding": 59166.67,
"totalRepaymentOutstanding": 177500.01,
"combinedLoanInformation": "LN0001184: Adetayo Babatunde- 177,500.01",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001183",
"employerName": "",
"employmentCode": "",
"loanId": 1183,
"customer": "Okon Iwang Fortune",
"loanType": "NEW_01_232",
"personId": 1045,
"branchId": 6,
"branchName": "",
"loanAmount": 1000000.00,
"periodicRepaymentAmount": 285000.00,
"periodRepaymentOutstanding": 285000.00,
"totalRepaymentOutstanding": 855000.00,
"combinedLoanInformation": "LN0001183: Okon Iwang Fortune- 855,000.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001180",
"employerName": "",
"employmentCode": "",
"loanId": 1180,
"customer": "Garnacho Alejandro",
"loanType": "Personal - 4.5",
"personId": 1037,
"branchId": 6,
"branchName": "Portharcourt",
"loanAmount": 10000.00,
"periodicRepaymentAmount": 1169.23,
"periodRepaymentOutstanding": 1169.23,
"totalRepaymentOutstanding": 1169.23,
"combinedLoanInformation": "LN0001180: Garnacho Alejandro- 1,169.23",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001174",
"employerName": "",
"employmentCode": "",
"loanId": 1174,
"customer": "IBRAHIM ALIYU",
"loanType": "Personal - 4.5",
"personId": 586,
"branchId": 6,
"branchName": "Portharcourt",
"loanAmount": 340000.00,
"periodicRepaymentAmount": 41933.33,
"periodRepaymentOutstanding": 41933.33,
"totalRepaymentOutstanding": 83866.66,
"combinedLoanInformation": "LN0001174: IBRAHIM ALIYU- 83,866.66",
"lastPaymentDate": ""
},
{
"loanCode": "LN0001144",
"employerName": "",
"employmentCode": "",
"loanId": 1144,
"customer": "dsb 5",
"loanType": "Personal - 4.5",
"personId": 996,
"branchId": 6,
"branchName": "Portharcourt",
"loanAmount": 450000.00,
"periodicRepaymentAmount": 64985.00,
"periodRepaymentOutstanding": 64985.00,
"totalRepaymentOutstanding": 259940.00,
"combinedLoanInformation": "LN0001144: dsb 5- 259,940.00",
"lastPaymentDate": ""
}
],
"status": true,
"message": "Successful"
}
{
"status": false,
"message": "End Date parameter is required"
}
Last updated
Was this helpful?