Skip to main content

Fetch Repayment Schedule for Loan Id

Screenshot 2023-04-20 at 2.49.45 AM.png


GET Repayment Schedule for Loan ID

This Synofin API retrieves Repayment Schedule using this Loan Viewer API for the specified Loan Id.

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

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

Response: 200


{
   "response": true,
   "data": {
      "actual_repayment_data": [],
      "tentative_repayment_data": [],
      "pl_repayment_data": [],
      "sl_repayment_data": [],
      "accounting_repayment_data": []
   },
   "error": null
}