PRE_CLOSURE_INQUIRY
This action is used to simulate an FD pre-closure user request. The user in response is provided the withdrawable amount as of the current date.
Request
payload: {
accountNumber : "102714733622"
}
Response
{
"repaymentAccountNo": "ICIC0000041",
"repaymentAccountIfsc": "420200001892",
"depositAmount": "1000.00",
"contractedInterestRate": "6.50",
"effectiveInterestRate": "0.00",
"netInterestPayable": "0.00",
"penaltyInterestRate": "0.00",
"penaltyAmount": "0.00",
"tdsAmount": "0.00",
"fdClosureAmount": "1000.00"
}
Payload
Field | Type | Supported Values | Description |
---|---|---|---|
accountNumber | String | The account number of the FD returned from the INITIATE_FD_APPLICATION action |
Updated over 1 year ago