Cancellation
Loan Action - Cancellation
The Synofin API's Loan Cancellation Action is linked to various cancellations that a user may initiate in accordance with their requirements.
These cancellations can be performed using this api:
-
Loan Cancellation
-
Receipt Cancellation
-
Payment Cancellation
-
Rescheduling Cancellation
-
Adhoc Cancellation
-
Foreclosure 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 Charges and 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 and Charges for the selected cancellation for the specified Loan Id.
-
Loan Cancellation
-
Receipt Cancellation
-
Payment Cancellation
-
Rescheduling Cancellation
-
Adhoc Cancellation
-
Foreclosure Cancellation
Creating Request for Loan 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.
-
Loan Cancellation
-
Receipt Cancellation
-
Payment Cancellation
-
Rescheduling Cancellation
-
Adhoc Cancellation
-
Foreclosure Cancellation