CLOSURE_CONFIRM
This action validates the OTP entered by the user and confirms the FD Withdrawal.
Request
{ "accountNumber": "102714748494",
"confirmFDClosureRequest": {
"otpReferenceNumber": "75d543a8-9d90-4257-a150-9799765b0642",
"otp": "366229" }
}
Response
{
"amount": "18910.00",
"status": "SUCCESS",
"accountNo": "102714733665",
"payoutAmount": "0.00",
"profitAmount": "0.00",
"balanceAmount": "0.00",
"depositAmount": "18910.00",
"withdrawnAmount": "18910.00",
"liftedLienAmount": "0.00",
"remitterBranchId": "1007",
"remitterFullName": "fullname",
"remitterAccountNo": "101610512799",
"repaymentAccountNo": "420200001892",
"remitterAccountIfsc": "IFSC",
"currentDepositAmount": "18910.00",
"repaymentAccountIfsc": "ICIC0000041"
}
Payload
Field | Type | Supported Values | Description |
---|---|---|---|
accountNumber | String | The account number of the FD returned from the INITIATE_FD_APPLICATION action | |
otpReferenceNumber | String | response received from action code CLOSURE_INITIATE | |
otp | String | otp recived on registered mobile number |
Updated 11 months ago