Spool repayments due
Retrieve all repayment due for a specified date range.
Get repayment information for loans with repayment due
GET
https://<your_business_alias>.lenda.ng/ias/loan/repaymentsdue
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": "LN2102166",
"employerName": "",
"employmentCode": "",
"loanId": 1456,
"customer": "mary yam",
"loanType": "Buks Products",
"personId": 1753,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 1.00,
"periodicRepaymentAmount": 0.22,
"periodRepaymentOutstanding": 0.22,
"totalRepaymentOutstanding": 0.22,
"combinedLoanInformation": "LN2102166: mary yam- 00.22",
"lastPaymentDate": ""
},
{
"loanCode": "",
"employerName": "",
"employmentCode": "",
"loanId": 1455,
"customer": "James Pyle",
"loanType": "Buks Products",
"personId": 1752,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 3.10,
"periodicRepaymentAmount": 0.93,
"periodRepaymentOutstanding": 0.93,
"totalRepaymentOutstanding": 0.93,
"combinedLoanInformation": ": James Pyle- 00.93",
"lastPaymentDate": ""
},
{
"loanCode": "",
"employerName": "",
"employmentCode": "",
"loanId": 1454,
"customer": "Jordan Pickford",
"loanType": "Buks Products",
"personId": 1751,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 2.00,
"periodicRepaymentAmount": 3.00,
"periodRepaymentOutstanding": 3.00,
"totalRepaymentOutstanding": 3.00,
"combinedLoanInformation": ": Jordan Pickford- 03.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN2102165",
"employerName": "",
"employmentCode": "",
"loanId": 1453,
"customer": "Ola Aduloju",
"loanType": "Personal - 4.5",
"personId": 1745,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 1000.00,
"periodicRepaymentAmount": 1045.00,
"periodRepaymentOutstanding": 1045.00,
"totalRepaymentOutstanding": 1045.00,
"combinedLoanInformation": "LN2102165: Ola Aduloju- 1,045.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN2102164",
"employerName": "",
"employmentCode": "",
"loanId": 1452,
"customer": "Paysta CK",
"loanType": "Personal - 4.5",
"personId": 1746,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 10000.00,
"periodicRepaymentAmount": 2950.00,
"periodRepaymentOutstanding": 2950.00,
"totalRepaymentOutstanding": 2950.00,
"combinedLoanInformation": "LN2102164: Paysta CK- 2,950.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN2102162",
"employerName": "",
"employmentCode": "",
"loanId": 1424,
"customer": "Paul Scholes",
"loanType": "Buks Products",
"personId": 1704,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 10000.00,
"periodicRepaymentAmount": 3000.00,
"periodRepaymentOutstanding": 3000.00,
"totalRepaymentOutstanding": 3000.00,
"combinedLoanInformation": "LN2102162: Paul Scholes- 3,000.00",
"lastPaymentDate": ""
},
{
"loanCode": "LN2102161",
"employerName": "",
"employmentCode": "",
"loanId": 1422,
"customer": "Patrice Evra",
"loanType": "Buks Products",
"personId": 1698,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 15000.34,
"periodicRepaymentAmount": 3750.09,
"periodRepaymentOutstanding": 3750.09,
"totalRepaymentOutstanding": 3750.09,
"combinedLoanInformation": "LN2102161: Patrice Evra- 3,750.09",
"lastPaymentDate": ""
},
{
"loanCode": "LN2102160",
"employerName": "",
"employmentCode": "",
"loanId": 1421,
"customer": "Rio Ferdinand",
"loanType": "Buks Products",
"personId": 1697,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 10000.00,
"periodicRepaymentAmount": 3000.00,
"periodRepaymentOutstanding": 3000.00,
"totalRepaymentOutstanding": 3000.00,
"combinedLoanInformation": "LN2102160: Rio Ferdinand- 3,000.00",
"lastPaymentDate": ""
},
{
"loanCode": "LC42723",
"employerName": "",
"employmentCode": "",
"loanId": 1420,
"customer": "Gary Neville",
"loanType": "Buks Products",
"personId": 1696,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 1.45,
"periodicRepaymentAmount": 0.61,
"periodRepaymentOutstanding": 1.22,
"totalRepaymentOutstanding": 1.22,
"combinedLoanInformation": "LC42723: Gary Neville- 01.22",
"lastPaymentDate": ""
},
{
"loanCode": "LN2012151",
"employerName": "",
"employmentCode": "",
"loanId": 1178,
"customer": "Oyindamola Matanmi",
"loanType": "Buks Products",
"personId": 1568,
"branchId": 1,
"branchName": "Head Quarter",
"loanAmount": 50000.00,
"periodicRepaymentAmount": 12500.00,
"periodRepaymentOutstanding": 37500.00,
"totalRepaymentOutstanding": 37500.00,
"combinedLoanInformation": "LN2012151: Oyindamola Matanmi- 37,500.00",
"lastPaymentDate": ""
}
],
"status": true,
"message": "Successful"
}
Last updated
Was this helpful?