Partial Loan Cancellation
GET Partial Loan Cancellation
When a client makes a partial payment before the due date and to modify the payment accordingly, this API is utilised. The System need to follow two steps:
Step 1 : Create Receipt for Partial Cancellation
Step 2 : Perform Part Payment for Partial Cancellation
Step 1 : Create Receipt for Partial Cancellation
GET Loan Cancellation Details
This API is used to create receipts for partial loan cancellations.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Query Parameter
Key | Data Type | Value |
loanId* | String | - |
request* | String | Fixed : cancellation |
Response: 200
POST Data For Loan Action (Receipt)
To obtain data for Receipt, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/getDataForLoanActions
Request
Query Parameter
No parameter
Request Body * required Param
{ |
Response: 200
POST Master Data for Receipt
To obtain Master data for Receipt, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Request
Query Parameter
No parameter
Request Body * required Param
[ |
Response: 200
Step 2 : Perform Part Payment for Partial Cancellation