2 FCUBS Adapter Implementation

To process the request with FCUBS core banking system, OBAPI has set of adapter specifications which would be implemented for host specific services invocation.

Concrete implementation adapter classes need to be created by implementing respective adapters interface and interface defining methods should be implemented.

Concrete adapter defining methods may have two types of operation:

  • Inquiry Operation
  • Transactional Operation

Inquiry operation is process to interchange data between OBAPI and FCUBS core banking system without altering customer banking state. It queries on the host system to fetch needed information required for tracking, summarizing the details or processing the transactional operation.

Example: Fetch Customer detail, Accounts detail.

Transactional operation will request to host system for altering/creating end user banking states.

Example: Payments, Account Opening.