GET_ACCOUNT_DETAILS
Use this API to get details of the FD corresponding to the provided account number.
Request
payload: {
accountNumber : "102714733622"
}
Response
{
"userName": "VISHAL YADAV",
"modeOfOperationCode": ">SELF",
"schemeCode": 1432,
"totalInterestAmount": "3081.00",
"investmentAmount": "90000.00",
"currentFDValue": "90000.00",
"maturityAmount": "93081.00",
"maturityDate": "2024-07-13",
"interestRate": "6.50",
"accountOpeningDate": "2024-01-05",
"branchName": "",
"nomineeName": "ANKIT",
"nomineeEmail": "",
"nomineeRelation": "020",
"nomineeAddressLine1": "VILLAGE BEELPUR",
"nomineeAddressLine2": "VAYA MANOHARPUR",
"nomineeAddressLine3": "TEHSIL AMER",
"guardianName": "SHRUTI",
"guardianAddressLine1": "VILLAGE BEELPUR",
"guardianAddressLine2": "VAYA MANOHARPUR",
"guardianAddressLine3": "TEHSIL AMER"
}
Payload
Field | Type | Supported Values | Description |
---|---|---|---|
accountNumber | String | The account number of the FD returned from the INITIATE_FD_APPLICATION action |
Updated 11 months ago