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 CancellationReceipt Details
This API is used to createfetch receipts for partial loan cancellations.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Key | Data Type | Value |
loanId* | String | - |
request* | String | Fixed : receipt |
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
{ |
Response: 200
POST Master Data for Receipt
To obtain Master data for Receipt, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Request
[ |
Response: 200
Step 2 : Perform Part Payment for Partial Cancellation
GET Rescheduling Details
This API is used to get details for rescheduling receipts for partial loan cancellations. Here user will be getting multiple function but for Loan partial cancellation we user have to choose Part-Payment.
URL: {{base_url}}/loan-management/v1/service-request/status
Request
Key | Data Type | Value |
loanId* | String | - |
request* | String | Fixed : rescheduling |
Response: 200
GET Charge for Part Payment
To obtain data for Part Payment charges, utilise this API.
URL: {{base_url}}/charges/v1/getChargeForServiceRequest
Request
Key | Data Type | Value |
serviceReqId* | String | Fixed : part_payment |
loanId* | Integer | - |
Response: 200
POST Data For Loan Action (Receipt)
To obtain data for Part Payment, utilise this API.
URL: {{base_url}}/loan-modification/v1/service-request/getDataForLoanActions
Request
{ |
Response: 200
POST Master Data for Receipt
To obtain Master data for Part Payment, utilise this API.
URL: {{base_url}}/loan-management/v1/getMasterType
Request
[ |
Response: 200
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