Liquidate Fixed Deposit

This endpoint is used to liquidate fixed deposit on an account

Overview

This endpoint is used to liquidate a fixed deposit account fully or partially


Required Payload

NameDataTypeDescription
AccountNumberStringCustomer AccountMandatory
AmountIntegerAmountMandatory
LiquidationTypeInteger (0=Full liquidation, 1=Partial liquidation)Liquidation typeMandatory
NarrationStringNarrationMandatory

Sample Payload

{
"AccountNumber": "001700121011030425",
"Narration": "Liquidate account",
"Amount": 2000,
"LiquidationType": 0
}


Sample Response

{
"IsSuccessful": true,
"CustomerIDInString": null,
"Message": "Posting was successfull.\n Reference No. is 20090989547.",
"TransactionTrackingRef": null,
"Page": null
}