Skip to main content
The Oracle FLEXCUBE Core Connector provides pre-built connectivity with the Oracle FLEXCUBE core banking system through the Oracle FLEXCUBE API. It integrates with deposit accounts, loan accounts, and party management across multiple versions. Supported versions: Oracle FLEXCUBE API v14.5 and v14.7

Supported use cases

Deposit Accounts

Create, update, and manage deposit accounts with balance retrieval and transaction history

Loan Management

Comprehensive loan account operations including amortization schedules and payment tracking

Party Management

Manage party records including customer information, search, and account associations

Real-time Events

Real-time notifications for account and transaction updates through JMS integration

Product matching

Align specific financial products such as deposits with a customer’s eligibility and requirements.

Supported operations

The Oracle FLEXCUBE Connector supports the following operations from the Grand Central Unified API Specification:

Deposit account (v14.7)

OperationEndpoint
Create a new deposit accountPOST /deposits
Link customer account to debit cardPOST /deposits

Deposit account (v14.5)

OperationEndpoint
Get deposit account detailsGET /deposits/{depositId}
Get deposit account balancesGET /deposits/balances?depositIds={depositId}
Get deposit account transactionsPOST /deposits/transactions
Custom fields may be used to map account numbers to account IDs. The Oracle FLEXCUBE connector returns account identifiers based on the core system’s data model.

Loan account (v14.5)

OperationEndpoint
Get loan account detailsGET /loans/{loanId}
Get loan amortization scheduleGET /loans/{loanId}/amortization-schedule
Get loan amortization payment detailsGET /loans/{loanId}/amortization-payment
Get loan account balancesGET /loans/balances?loanIds={loanId}
Get loan account transactionsPOST /loans/transactions

Party (v14.7)

OperationEndpoint
Create partyPOST /parties
Update party detailsPOST /parties
Search partyGET /parties/search
Get party detailsGET /parties/{partyId}

Party (v14.5)

OperationEndpoint
Search partyGET /parties/search
Get party detailsGET /parties/{partyId}
Get accounts for a partyGET /parties/{partyId}/accounts

Product matching (v14.7)

OperationEndpoint
Check product eligibilityPOST /eligibility
Simulate maturity calculation for depositsPOST /maturity-calculation
Party search supports various criteria including:
  • Party ID
  • Party name and identifiers
  • Account associations

Event-driven architecture

The Oracle FLEXCUBE connector includes inbound connectors for real-time event processing:

Account Updates

Receive real-time notifications for account changes through JMS queue integration

Transaction Updates

Monitor transaction events as they occur in the core banking system
To receive status updates, the Oracle FLEXCUBE connector receives information through JMS queues. For more information, see Get started.

Version compatibility

The Oracle FLEXCUBE connector supports multiple API versions:
VersionDepositLoanPartyDocumentation
v14.7Create operations-Full CRUDv14.7 Docs
v14.5Read operationsFull supportRead operationsv14.5 Docs
For a complete list of Grand Central error codes and their descriptions, see error codes reference.