2.2.3.2 Consumer Services - Oracle Banking Payments

This topic describes about the consumer services required for Oracle Banking Payments Implementation.

The below endpoint must be configured under Consumer Services in Oracle Banking Routing Hub:
  1. Query for pending payment (PendingPaymentQuery)

Figure 2-9 Consumer Services - Oracle Banking Payments



PendingPaymentQuery

This API enables the user to query Oracle Banking Payments system for pending payments during account closure.

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”: ""             
    }
  ]
}