Bug #16585
BE - QC1355 - Timer Deposit - Adding a new information of Accrued Interest
| Status: | Resolved | Start date: | 30 May 2023 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jimmy Phang | % Done: | 100% | |
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
Please assist to cater for Omni Spec 6.5 acct_mgmt/inquiry in order to for FE to grab accrued interest value from RetrieveAccountDetails response.
History
#1 Updated by Jimmy Phang over 2 years ago
File attached
#2 Updated by Jimmy Phang over 2 years ago
- Subject changed from BE - QC - Timer Deposit - Adding a new information of Accrued Interest to BE - QC1355 - Timer Deposit - Adding a new information of Accrued Interest
QC number added
#3 Updated by Shafiqah Rahni over 2 years ago
- Status changed from New to Resolved
Added "accrued_interest" in RetrieveAccountDetails response
sample response :
RetrieveAccountDetails :- RESPONSE [b48779b4-1816-40c5-9727-c64c619e6a3f]
{
"accountList": [
{
"org_cd": "CASECASE",
"acct_no": "040800005432",
"acct_ccy": "IDR",
"acct_name": "NAME1 292",
"acct_alias": "NAME1 292",
"cif_no": "0000000000000000292",
"prod_cd_sibs": "GRBIZ01008",
"acct_type_sibs": "D",
"mcbit": "Y",
"branch_cd_sibs": "05040",
"balance_available": "1726038081122.46",
"balance_ledger": "1726038881122.46",
"renewal_counter": 0,
"accrued_interest": "7.5"
}
],
"obHeader": {
"statusCode": "0000000",
"maintenanceNoticeFlag": false,
"maintenanceUpfrontNoticeTime": 0
}
}
#4 Updated by Shafiqah Rahni over 2 years ago
- Assignee changed from Shafiqah Rahni to Jimmy Phang
- % Done changed from 0 to 100