Skip to main content

Financial Details for Loan / Loan History

Screenshot 2023-04-20 at 2.37.15 AM.png


GET Financial Details

Financial summary where a user can get the history of the transactions done on the Loans with the aid of this SynoFin LMS API.

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

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

Response: 200

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