Loan Action : Cancellation
Cancellation
The Synofin API's Loan Cancellation Action is linked to various cancellations that a user may initiate in accordance with their requirements. This feature involves different step which are :
-
Retrieving Cancellation (Cancellation)
-
Retrieving Data for Loan Action (Cancellation)
-
Retrieving Charges for Loan Action (Cancellation)
-
Saving / Initiation Request for Loan Action (Cancellation)
-
Approving / Rejection Service Request for Loan Action (Cancellation)
GET Cancellation
This API is used for retrieving all the cancellation details for the specified Loan Id.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Key | Data Type | Value |
request* | String | Fixed = cancellation |
loanId* | Integer | - |
Response: 200
Fetch Data for Cancellation
Upon fetching the SynoFin Cancellation API. The user can choose the cancellation 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 cancellation for the specified Loan Id.
POST Data For Loan Action
To obtain data for Cancellation, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/getDataForLoanActions
POST Master Data for Cancellation
To obtain Master data for cancellation, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Fetch Charges for Cancellation
Whenever charges are required to be fetched or charges are applicable for certain loan actions, these APIs are utilised to get cancellation costs.
GET Charge for Part Payment
To obtain data for Part Payment charges, utilise this API.
URL: {{base_url}}/charges/v1/getChargeForServiceRequest
Saving / Initiation Request for Loan Action (Cancellation)
These are the APIs that are used to save loan cancellations 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 Cancellation for the selected cancellation for the specified Loan Id.
POST Save Service Request
To save data for Cancellation, 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
No Comments