Top-Up Fixed Deposit

This endpoint is used to credit a fixed deposit account

Overview

This endpoint is in credit a fixed deposit account

Required Payload

NameDataTypeDescription
SourceAccountNumberStringThis is the funding accountMandatory
AmountIntegerAmountMandatory
FixedDepositAccountNumberStringThis is the customers fixed deposit accountMandatory
InstrumentNoStringReference number for the transactionMandatory
NarrationStringNarrationMandatory

Sample Payload

{
"SourceAccountNumber": "1100304257",
"FixedDepositAccountNumber": "001700121010030425",
"Narration": "top-up",
"Amount": 2000,
"InstrumentNo": "123"
}

Sample Response

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