Get Loan Repayment Details
GET
https://portal-staging.aiicoplc.com/api/services/app/LifeRenewalService/GetLoanRepaymentDetails?policyNo=CAP/IS/2016/022702&refNumber=160316
This endpoint retrieves Loan repayment details
Path Parameters
Name
Type
Description
policyNo*
String
Loan Policy Number
refNumber*
String
Loan Id
Headers
Name
Type
Description
X-ApiKey*
String
To be provided
Content-Type*
String
application/json
{
"result":{
"isSuccessful": true,
"productName": "CASH ACCUMULATION PLAN",
"policyStatus": "ACTIVE",
"policyNumber": "CAP/IS/2016/022702",
"policyCode": "2016325670",
"dateOfBirth": "01/01/1900",
"agentName": "OKWUIGALA JERRY",
"agentShortDescription": "17799005",
"clientName": "ONUZURUIKE TOBECHI MICHAEL",
"clientShortDescription": "IS/01/2015/040070",
"email": "mtorchdydx3@gmail.com",
"phone": "08059733092",
"effectiveDate": "29/09/2020",
"paidToDate": "31/03/2021",
"maturityDate": "29/09/2021",
"totalPremium": "109668.601570",
"totalSavings": "1500000",
"paidPremium": "1450000",
"paymentFrequency": "",
"nextInstallmentPremium": "140000",
"hash": null,
"loanId": null,
"outStandingPremiumBalance": null,
"amountToPay": null
},
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}
Last updated