Loan Action : Rescheduling
Rescheduling
The Synofin API's Loan Cancellation Action is linked to various rescheduling that a user may initiate in accordance with their requirements. This feature involves different step which are :
-
Retrieving Cancellation (Rescheduling)
-
Retrieving Data for Loan Action (Rescheduling)
-
Retrieving Charges for Loan Action (Rescheduling)
-
Saving / Initiation Request for Loan Action (Rescheduling)
-
Approving / Rejection Service Request for Loan Action (Rescheduling)
GET Rescheduling
This API is used for retrieving all the Rescheduling details for the specified Loan Id.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Key | Data Type | Value |
request* | String | Fixed = rescheduling |
loanId* | Integer | - |
Response: 200
Fetch Data for Rescheduling
Upon fetching the SynoFin Rescheduling API. The user can choose the Rescheduling they must carry out in order to fulfil their demand at this point.
Consequently, we use following APIs to retrieve the Data for the selected Rescheduling for the specified Loan Id.
-
Data for Loan Action Rescheduling
-
Master data for Rescheduling
POST Data For Loan Action
To obtain data for Rescheduling, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/getDataForLoanActions
POST Master Data for Rescheduling
To obtain Master data for Rescheduling, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Fetch Charges for Rescheduling
Whenever charges are required to be fetched or charges are applicable for certain loan actions, these APIs are utilised to get Rescheduling costs.
GET Charge for Rescheduling
To obtain data for Rescheduling charges, utilise this API.
URL: {{base_url}}/charges/v1/getChargeForServiceRequest
Saving / Initiation Request for Loan Action (Rescheduling)
These are the APIs that are used to save loan rescheduling or initiate service requests initiated by maker so that the checker can review them and then determine what they want to accomplish and either Approve or Reject the Request.
Consequently, we use following APIs to save or intiated the Loan Rescheduling for the selected rescheduling for the specified Loan Id.
POST Save Service Request
To save data for Rescheduling, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/save
Request Approval / Rejection
The request must now be approved at the Request page, where users may examine requests and take action.
Click on the link below for knowing more about how request work's