1.2.2.2 Consumer Services - EXTERNAL ACCOUNT

This topic describes about the consumer services required for EXTERNAL ACCOUNT Implementation.

The below endpoint must be configured under Consumer Services in Oracle Banking Routing Hub:
  1. Generate the account number externally (ext_acc)

Figure 1-11 Consumer Services - EXTERNAL ACCOUNT



ext_acc

This API enables the user to generate the account number externally.

Request:

{
  "branchCode": "", 
  "virtualEntityId": "",
  "virtualEntityName": "", 
  "realCustomerNo": "",
  "defaultAccCcy": "", 
  "virtualAccProduct": "",
  "virtualAccountNo": "", 
  "ibanRequired": "", 
  "ibanAccNo": "",
  "realAccountNo": "", 
  "virtualAccountName": "",
  "addressLine1": "", 
  "addressLine2": "", 
  "addressLine3": "",
  "addressLine4": "", 
  "pincode": "", 
  "countryCode": "",
  "accountPurpose": "", 
  "interestCalcReq": "",
  "accountFrozen": "", 
  "balChkForDebits": "",
  "balAvailabilityOptions": "", 
  "fixedAmtFromPool": "",
  "overdraftAllowed": "", 
  "fixedAmount": "",
  "creditTxnsAllowed": "", 
  "debitTxnsAllowed": "",
  "status": "", 
  "realAccLinkage": "", 
  "realAccountCcy": "",
  "realAccountBrn": "", 
  "accOpenDate": "",
  "accClosureDate": "", 
  "lastActivityDate": "",
  "odStartDate": "", 
  "odEndDate": "", 
  "additionalFields": "",
  "StructuredAddressDTO": [], 
  "sanctionChkStatus": ""
}

Response:

{ 
  "virtualAccountNo": "",
  "ibanAccNo": "" 
}