CLOSURE_INITIATE
This action initiates an FD closure request and generates an OTP on the user's registered mobile number.
Request
payload: {
accountNumber : "102714733622"
}
Response
{
"otpReferenceNumber": "75d543a8-9d90-4257-a150-9799765b0642",
"repaymentAccountNo": "420200001892",
"repaymentAccountIfsc": "ICIC0000041"
}
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