Bug #15190
BE - TT - Add two parameters
Status: | Resolved | Start date: | 16 December 2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jimmy Phang | % Done: | 0% | |
Category: | - | Spent time: | - | |
Target version: | - |
Description
Please refer Omni Spec 16.8 administration/beneficiary_ft/list - This is the TT from Adminstration TT.
This needs to add 2 parameters ((bank_Country_code & Bank_city)) during fundstransfer/submit to Omni.
- Currently omni did not return 2 parameters under administration/beneficiary_ft/list response;Now, omni will return.
BE can be grab from [beneficiary_ft/list response] by omni and return the mentioned 2 parameters based on FE pass in {beneAccountUUID": "AB00005"} under [TransactionFundTransferConfirmSubmit] request
FE doesn't need to grab these 2 to return and pass in to BE during TransactionFundTransferConfirmSubmit; as BE will have to grab [bank_Country_code & Bank_city] it based on FE {beneAccountUUID} during [TransactionFundTransferConfirmSubmit].
History
#1 Updated by Shafiqah Rahni about 2 years ago
- Status changed from New to Resolved
- Assignee changed from Shafiqah Rahni to Jimmy Phang
No changes in BE since BE already implement to grab the 2 parameters AdministrationBeneficiaryList from administration/beneficiary_ft/list
and send in TransactionFundTransferConfirmSubmit for fundstransfer/submit
Pending Omni to return 2 parameters under administration/beneficiary_ft/list response