Cancellation
The Synofin API's Loan Cancellation Action is linked to various cancellations that a user may initiate in accordance with their requirements.
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
Saving / 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