Skip to main content

Loan Action: Fore Closure

POST Fore Closure

The SynoFin Foreclosure API endpoint enables users to initiate foreclosure processes for loans. This endpoint provides a convenient method for initiating foreclosure requests, specifying relevant details such as outstanding charges, closure type, and transaction dates.

URL: {{base_url}}/loan-modification/v1/service-request/save

Run in Postman: Create Disbursal Breakup

Request: 

Request Type: POST
Authorization: Bearer Token

Query Params:
Attribute
AttributeData TypeDescriptionMandatory
service_request_typestringType of service request (foreclosure)Yes
service_request_subtypestringSubtype of service requestNo
service_typestringType of serviceNo
loan_idstringID of the loanYes
balance_tenurestringRemaining tenure of the loanNo
total_duesnumberTotal outstanding dues on the loanNo
unrealized_receiptstringUnrealized receipt amountNo
last_due_datestringDate of the last due paymentNo
closure_datestringDate of foreclosure closureYes
interest_till_datestringDate until which interest is calculatedYes
loan_service_charge_ratenumberRate of loan service chargeNo
loan_service_charge_amountnumberAmount of loan service chargeNo
refundsnumberRefund amountNo
interest_duenumberDue amount of interestNo
balance_principalstringRemaining principal balanceNo
principal_outstandingnumberOutstanding principal amountYes
excess_moneystringExcess money availableNo
advance_installmentnumberAdvance installment amountNo
per_day_interestnumberInterest accrued per dayNo
net_closure_amountnumberNet closure amountNo
lockin_periodnumberLock-in period durationNo
reasonstringReason for foreclosureYes
closure_typestringType of closure (own fund)Yes
waiver_usersstringUsers eligible for waiverNo
uploadFilestringFile upload for documentationNo
total_waiver_amountnumberTotal amount waivedNo
is_write_offbooleanFlag indicating if it's a write-offNo
write_off_amountnumberAmount to write offNo
settled_amountnumberSettled amountNo
outstanding_chargesarray

Array of outstanding charges

(Outstanding Charges Details)

No
remarksstringAdditional remarksNo
payment_on_hold_reasonstringReason for holding paymentNo
other_reasonstringAny other reasonNo
total_waived_amountnumberTotal amount waivedNo
transaction_datestringDate of the transactionYes
service_request_idstringID of the service requestNo
Outstanding Charge Details
AttributeData TypeDescriptionMandatory
charge_idIntegerUnique identifier for the chargeYes
charge_labelStringLabel describing the chargeYes
total_outstanding_amountDoubleTotal outstanding amount (if applicable)No
typeStringType of charge (e.g., charges)Yes
original_amountDoubleOriginal amount of the chargeYes
charge_definition_idNullIdentifier for charge definition (if applicable)No
excess_money_idIntegerIdentifier for excess money (if applicable)No
loan_idIntegerIdentifier for the loan (if applicable)No
disbursal_schedule_idintegerIdentifier for disbursal schedule (if applicable)No
charge_codeStringCode representing the chargeYes
outstanding_amountDoubleCurrent outstanding amount for the chargeYes
amount_in_processDoubleAmount currently in process (if applicable)No
payment_statusStringStatus of payment (if applicable)No
paid_amountDoubleAmount paid (if applicable)No
total_paid_amountDoubleTotal amount paid (if applicable)No
total_paid_amount_in_processDoubleTotal amount paid in process (if applicable)No
paid_amount_in_processDoubleAmount paid in process (if applicable)No
allocated_amountDoubleAmount allocated (if applicable)No
reasonStringReason for the charge (if applicable)No
payment_dateDateDate of payment (if applicable)No
repayment_idNullIdentifier for repayment (if applicable)No
waiverStringAmount waived for the chargeYes