Fetch Repayment Schedule for Loan Id
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/getBasicLoanDetails
Request
Request Type: GET
Authorization: Bearer Token
Key |
Data Type |
loanId* |
Integer |
Response: 200
{ "response": true, "data": { "actual_repayment_data": [], "tentative_repayment_data": [], "pl_repayment_data": [], "sl_repayment_data": [], "accounting_repayment_data": [] }, "error": null}
|