2.2.3.2 Consumer Services - Oracle Banking Payments
This topic describes about the consumer services required for Oracle Banking Payments Implementation.
- Query for pending payment (PendingPaymentQuery)
- 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)
Figure 2-13 Consumer Services - Oracle Banking Payments
PendingPaymentQuery
This API enables the user to query Oracle Banking Payments system for pending payments during account closure.
SERVICE-CONSUMER = “OBVAM_OBPM”
SERVICE-CONSUMER-SERVICE= “PendingPaymentQuery”
Request:
{
"txnDet":
{
"customerAccount": ""
},
"header":
{
"functionId": "PMDPENDP",
"action": "EXECUTEQUERY",
"channel": "REST",
"source": "MANL",
"moduleId": "PM",
"userId": "USER02", ** this user needs to be update as per OBPM user
"userBranch": "HEL", ** this branch needs to be updated as per OBPM user’s branch
"transactionId": ""
}
}
Response:
{
"status": "",
"errorDTOList":
[
{
"errorCode":"",
"errorMessage":"",
“additionalInfo”: ""
}
]
}
StrcAddressServiceCreate
This API enables the user to create structure address.
Request / Response for OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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 OBPM Version 14.4
SERVICE-CONSUMER = “OBVAM_OBPM”
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: Oracle Banking Payments Implementation