2.2.1.2 Consumer Services - DDA
This topic describes about the consumer services required for DDA Implementation.
- Create an amount block (createECA)
- Close/release amount block (closeECA)
- External account check (EAC)
- Create a transaction (handofftoDDA)
- Structure Address Create (StrcAddressServiceCreate)
- Structure Address Modify (StrcAddressServiceModify)
- Structure Address Close (StrcAddressServiceClose)
- Structure Address Reopen (StrcAddressServiceReopen)
- Create External VA (CreateExtVirtualAcc)
- Modify External VA (ModifyExtVirtualAcc)
- Close External VA (CloseExtVirtualAcc)
- Reopen External VA (ReopenExtVirtualAcc)
As part of Multi-Entity changes, add the EntityId of DDA System under <fcub:ENTITY> </fcub:ENTITY> tags in velocity template for each operation as shown below.
createECA
This API enables the user to create an amount block.
Request / Response for FCUBS Version 14.1 and 14.4SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE=”createECA”
Request:
{
"userID": "",
"currentBranchCode": "",
"ddaSystem": "",
"transactionrefNo": "",
"creatEextRefNo": "",
"ecaReferenceNo": "",
"source": "",
"effectiveDate": "",
"ecaBlockDetailsDTO":
[
{
"accountNo": "",
"accCurrency": "",
"accountbranch": "",
"blockStatus": "",
"drCrIndicator": "",
"sweepRequired": "",
"partialBlkReqd": "",
"remarks": "",
"requestBlkAmount": "",
"approvedBlkAmount": "",
"outstandingBlkAmount": "",
"partialReleaseAllowed": ""
}
]
}
Response:
{
"MSGSTAT":"" (SUCCESS/FAILUER)
"{ERROR_CODE}":"{ERROR_DESC}"(if MSGSTAT = FAILUER)
}
closeECA
This API enables the user to close/release the amount block.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE = “closeECA”
Request:
{
"userID": "",
"currentBranchCode": "",
"ddaSystem": "",
"ecaReferenceNo": "",
"ddaReferenceNo": "",
"createextRefNo": "",
"source": "",
"ecaCloseDetailsDTO":
[
{
"accountNo": "",
"accCurreny": "",
"accountbranch": "",
"blockStatus": ""
}
]
}
Response:
{
"MSGSTAT":""
}
EAC
This API enables the user to perform an external account check.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE = “ECA”
Request:
{
"userID": "",
"currentBranchCode": "",
"ddaSystem": "",
"realAccountNo": "",
"drCrIndicator": "",
"externalRefNo": "",
"mcyFlag": "",
"customerBranchCode": "",
"ccy": "",
}
Response:
{
"isValidAccount":""
}
handoffToDda
This API enables the user to create a transaction.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE = “handoffToDda”
Request:
{
"userID": "",
"currentBranchCode": "",
"ddaSystem": "",
"externalReferenceNo": "",
"source": "",
"ecaEntriesDetailsDTO":
[
{
"module": "",
"transactionRefNo": "",
"eventserialNo": "",
"event": "",
"accBranch": "",
"accountNumber": "",
"accCCY": "",
"drCrIndicator": "",
"amttag": "",
"lcyAmt": 0,
"trnDate": "",
"valueDate": "",
"ecaRefernceNo": "",
"blockReleaseStatus": "",
"chequeMandatory": "",
"availBalReqd": "",
"intraDayRelease": "",
"availInfo": "",
"salaryCredit": "",
"sweepRequried": "",
"escrow": "",
"AMLMontoring": "",
"considerForAccActivity": "",
"balUpdThruPC": "",
"txnNarrative": "",
"txnCode": "",
"relatedCustomer": "",
"fcyAmount": 0,
"exchrate":0
}
]
}
Response:
{
"MSGSTAT":""
}
StrcAddressServiceCreate
This API enables the user to create structure address.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “StrcAddressServiceCreate”
{
"department": "",
"subDepartment": "",
"streetName": "",
"buildingNumber": "",
"buildingName": "",
"floor": "",
"postbox": "",
"room": "",
"postcode": "",
"townName": "",
"townLocationName": "",
"districtName": "",
"countrySubDivision": "",
"strrCountry": "",
"virtualAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
StrcAddressServiceModify
This API enables the user to modify structure address.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “StrcAddressServiceModify”
{
"department": "",
"subDepartment": "",
"streetName": "",
"buildingNumber": "",
"buildingName": "",
"floor": "",
"postbox": "",
"room": "",
"postcode": "",
"townName": "",
"townLocationName": "",
"districtName": "",
"countrySubDivision": "",
"strrCountry": "",
"virtualAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
StrcAddressServiceClose
This API enables the user to close structure address.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “StrcAddressServiceClose”
{
"department": "",
"subDepartment": "",
"streetName": "",
"buildingNumber": "",
"buildingName": "",
"floor": "",
"postbox": "",
"room": "",
"postcode": "",
"townName": "",
"townLocationName": "",
"districtName": "",
"countrySubDivision": "",
"strrCountry": "",
"virtualAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
StrcAddressServiceReopen
This API enables the user to reopen structure address.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “StrcAddressServiceReopen”
{
"department": "",
"subDepartment": "",
"streetName": "",
"buildingNumber": "",
"buildingName": "",
"floor": "",
"postbox": "",
"room": "",
"postcode": "",
"townName": "",
"townLocationName": "",
"districtName": "",
"countrySubDivision": "",
"strrCountry": "",
"virtualAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
CreateExtVirtualAcc
This API enables the user to create external virtual account.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “CreateExtVirtualAcc”
{
"countryCode": "",
"address4": " ",
"address3": "",
"address2": "",
"address1": "",
"ecaCheckReq": "",
"accountClass": "",
"acStatDormant": "",
"acStatFrozen": "",
"glStatBlocked": "",
"acStatNoDr": "",
"acStatNoCr": "",
"acOpenDate": "",
"custAcName": "",
"custAcCcy": "",
"customerNo": "",
"sourceSystemAccBrn": "",
"sourceSystemAccNo": "",
"sourceSystem": "",
"custAcIban": "",
"hostCode": "",
"custAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
ModifyExtVirtualAcc
This API enables the user to modify external virtual account.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “ModifyExtVirtualAcc”
{
"countryCode": "",
"address4": " ",
"address3": "",
"address2": "",
"address1": "",
"ecaCheckReq": "",
"accountClass": "",
"acStatDormant": "",
"acStatFrozen": "",
"glStatBlocked": "",
"acStatNoDr": "",
"acStatNoCr": "",
"acOpenDate": "",
"custAcName": "",
"custAcCcy": "",
"customerNo": "",
"sourceSystemAccBrn": "",
"sourceSystemAccNo": "",
"sourceSystem": "",
"custAcIban": "",
"hostCode": "",
"custAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
CloseExtVirtualAcc
This API enables the user to close external virtual account.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “CloseExtVirtualAcc”
{
"countryCode": "",
"address4": " ",
"address3": "",
"address2": "",
"address1": "",
"ecaCheckReq": "",
"accountClass": "",
"acStatDormant": "",
"acStatFrozen": "",
"glStatBlocked": "",
"acStatNoDr": "",
"acStatNoCr": "",
"acOpenDate": "",
"custAcName": "",
"custAcCcy": "",
"customerNo": "",
"sourceSystemAccBrn": "",
"sourceSystemAccNo": "",
"sourceSystem": "",
"custAcIban": "",
"hostCode": "",
"custAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
ReopenExtVirtualAcc
This API enables the user to reopen external virtual account.
Request / Response for FCUBS Version 14.1 and 14.4
SERVICE-CONSUMER = “OBVAM_DDA”
SERVICE-CONSUMER-SERVICE= “ReopenExtVirtualAcc”
{
"countryCode": "",
"address4": " ",
"address3": "",
"address2": "",
"address1": "",
"ecaCheckReq": "",
"accountClass": "",
"acStatDormant": "",
"acStatFrozen": "",
"glStatBlocked": "",
"acStatNoDr": "",
"acStatNoCr": "",
"acOpenDate": "",
"custAcName": "",
"custAcCcy": "",
"customerNo": "",
"sourceSystemAccBrn": "",
"sourceSystemAccNo": "",
"sourceSystem": "",
"custAcIban": "",
"hostCode": "",
"custAccountNo": "",
"branchId": ""
}
{
"MSGSTAT":""
}
Parent topic: DDA Implementation