1.2 Integration Execution Flow
This topic describes the process to execute the integration flow.
Below is a reference of execution flow for integrating Oracle Banking Digital Experience with Oracle Banking Origination.
To execute the integration:
- Select Business Products: Using the Business Product API, select the Business Products required to be initiated
- Initiate Application: Using the response from step 1, call the Initiation API. Make sure that the channel being passed is OBDX. The response of this call will be the Application Reference Number, Process Reference Numbers and the required mandatory document list required for the selected Business Products.
- Save the Applicant Data: Using the reference numbers obtained from step
2, call the Submit API. Make sure that
- channel is OBDX
- action is save
- CmnApplicant à applicantDetailsMasterModel block has proper Applicant data
- The Submit API can be called multiple times with action as save. This will save the data being sent from OBDX to the respective OBO tables.
- After the first save call of Submit API, the response will provide back with datasegment ids. All these ids are to be set in the next subsequent call requests.
- If the Applicant is a new customer, then the first Submit API call will return back an applicantId, which is to be used in other places of the same API in subsequent calls.
- Save Application Data:Using the Submit API, save all data which is required for the application
- Submit Application: Using the Submit API with action as submit, submit the application from OBDX to OBO. The submit operation can be done only once, after which the application will be processed from OBO.
- Mid-Office Processing: Once the application is submitted from OBDX, the first stage of the application will appear as a task in OBO Free Task screen. The OBO user who has sufficient privileges will be able to acquire and act on this task.
- Application Tracker: OBDX will be able to monitor the status of the submitted application using the Application Tracker API.
- Loan Offer Details: If application is for loans, use the Get Loan Offer Details API to get the loan offer details.
- Accept Loan Offer: To accept the loan offer, use the Loan Offer Decision API.
- Cancel the Application: In between if the user wishes to cancel the application, use the Submit API with action as terminate.
Parent topic: Oracle Banking Digital Experience Integration