Get loans by Limit ID
Get Customer Loans by Limit ID
GET Customer Loans by Limit ID
This is the Loan management API that can be used to fetch the list of all the loans associated to a single limit Id.
URL: {{base_url}}/loan-management/v1/getCustomerLoansByLimit
Request
Request Type: GET
Authorization: Bearer Token
Key |
Data Type |
limitId* |
Integer |
Response: 200
{ "response": true, "data": [ { "loan_id": 1094, "loan_number": "FISSRMBRSBL0000001094", "loan_amount": 418536.0, "loan_tenure": 12, "rate_of_interest": 35.0, "principle_outstanding": 418536.0, "repayment_start_date": "02/12/2024", "disbursal_date": "02/11/2024", "product": null, "scheme": null, "loan_status": "Active", "total_limit": null, "utilized_limit": null, "available_limit": null }
], "error": null, "timestamp": "2024-10-26T10:42:02.161+00:00" }
|
No Comments