1.1 Overview (OBAPI-FCUBS Integration)
This document is intended to outline the integration of OBAPI (Oracle Banking APIs) with FCUBS (Oracle FLEXCUBE Universal Banking).
OBAPI is the digital banking solution platform that enables single-view of a customer’s entire banking world.
It ensures that the program is closely aligned to the business strategies identified and provides accelerated path towards realizing business value.
It provides the prerequisite operations to be performed on the customer banking world, which is exposed in the form of REST web service API’s to decouple presentation and service layer. OBAPI needs to be integrated with one of core banking systems to retrieve the customer banking details and execute the set of operations on the core banking system as per the service requirement.
OBAPI has adapter layer to integrate with core banking operations. It provides a set of adapter specifications (Java Interfaces) which can be implemented for host specific service invocation. Adapter layer decouples the services from core banking operation. Any number of core banking system can be integrated with OBAPI by implementing adapter classes, Adapter layer is responsible for mapping service request /response with host specific request and response.
This document exhibits the integration between core system & OBAPI including the basic attributes involved in integration process.
Parent topic: Introduction