Emi Loan Dashoard Detail Active
| Emi Loan Detail Active |
Emi Loan Detail Active |
 |
 |
| URL |
/v4/deashboard/detail/active |
| METHOD |
POST |
<br> |
|
Request body
{
"bankCode": "SCB",
"mobileNumber": "9845528933",
"loanNumber": "1200000000003300"
}
| Field |
Data Type |
Description |
bankCode |
String |
Swift code representing the bank (e.g., SCB). |
customerNumber |
String |
Unique identifier for the customer. |
loanNumber |
String |
Unique identifier for the loan. |
Response body
<button>Copy</button>
{
"status": "OK",
"statusCode": 200,
"series": "SUCCESSFUL",
"code": 20,
"phrase": "Existing loan details fetched successfully.",
"data": {
"metadata": {
"token": "token",
"loanAmount": 30000,
"interestRatePerMonth": 1.33,
"loanPeriod": 3,
"lateFee": 300,
"administrationFee": 500,
"overdueInterestRate": 0.17
},
"appView": {
"header": {
"title": "Existing Loan Details"
},
"body": {
"yourLoanSection": {
"type": "section",
"title": "Your loan",
"items": [
{
"key": "Your loan amount",
"value": "NPR 30,000.00"
},
{
"key": "Interest rate per month",
"value": "1.33%"
},
{
"key": "For a period of",
"value": "3 months"
}
]
},
"loanRepaymentSection": {
"type": "section",
"title": "Your loan repayment",
"items": [
{
"key": "Monthly installments",
"value": "NPR 10,267.84"
},
{
"key": "Total payment amount",
"value": "NPR 30,803.50"
},
{
"key": "Amount credited to your account on",
"value": "1st Sep, 2024"
},
{
"key": "Your 1st installment",
"value": "24th Sep, 2024"
}
]
},
"lateFeeSection": {
"type": "section",
"title": "In case you miss the payment on time",
"items": [
{
"key": "Late fees per month",
"value": "NPR 300.00"
},
{
"key": "On overdue outstanding principle per month",
"value": "+0.17%"
}
]
},
"loanAdminFeeSection": {
"type": "section",
"title": "Loan Administration Fee",
"items": [
{
"key": "Loan administration fee",
"value": "NPR 500.00"
}
]
},
"paymentRecordSection": {
"type": "table",
"title": "Payment Date",
"columns": [
{
"header": "Payment Date",
"field": "date"
},
{
"header": "Payable Amount",
"field": "amount"
},
{
"header": "Status",
"field": "status"
}
],
"rows": [
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
},
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
},
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
}
]
},
"settledEmiSection": {
"type": "table",
"title": "Payment Date",
"columns": [
{
"header": "Payment Date",
"field": "date"
},
{
"header": "Payable Amount",
"field": "amount"
},
{
"header": "Status",
"field": "status"
}
],
"rows": [
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
},
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
},
{
"date": "Oct 22, 2022",
"amount": "5,712.00",
"status": "PAID"
}
]
}
}
}
},
"timestamp": "01-22-2025 11:32:57 AM"
}