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
Name | DataType | Description | |
---|---|---|---|
SourceAccountNumber | String | This is the funding account | Mandatory |
Amount | Integer | Amount | Mandatory |
FixedDepositAccountNumber | String | This is the customers fixed deposit account | Mandatory |
InstrumentNo | String | Reference number for the transaction | Mandatory |
Narration | String | Narration | Mandatory |
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
}
Updated 16 days ago