Skip to main content

GET Financial Details

GET Financial Details

This is the Loan management API used for getting Financial Details for Loan Id.

URL: {{base_url}}/loan-management/v1/getFinancialDetails

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
KeyData Type
loanId*Integer
* required Param

Response: 200
{
    "response": true,
    "data": {
        "amortized_details": [],
        "receivable": [],
        "payable": [],
        "receipts": [],
        "payments": [],
        "accrual_interest": [],
        "knock_off_history": []
    },
    "error": null
}