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)
| Operation | Endpoint |
|---|---|
| Create a new deposit account | POST /deposits |
| Link customer account to debit card | POST /deposits |
Deposit account (v14.5)
| Operation | Endpoint |
|---|---|
| Get deposit account details | GET /deposits/{depositId} |
| Get deposit account balances | GET /deposits/balances?depositIds={depositId} |
| Get deposit account transactions | POST /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)
| Operation | Endpoint |
|---|---|
| Get loan account details | GET /loans/{loanId} |
| Get loan amortization schedule | GET /loans/{loanId}/amortization-schedule |
| Get loan amortization payment details | GET /loans/{loanId}/amortization-payment |
| Get loan account balances | GET /loans/balances?loanIds={loanId} |
| Get loan account transactions | POST /loans/transactions |
Party (v14.7)
| Operation | Endpoint |
|---|---|
| Create party | POST /parties |
| Update party details | POST /parties |
| Search party | GET /parties/search |
| Get party details | GET /parties/{partyId} |
Party (v14.5)
| Operation | Endpoint |
|---|---|
| Search party | GET /parties/search |
| Get party details | GET /parties/{partyId} |
| Get accounts for a party | GET /parties/{partyId}/accounts |
Product matching (v14.7)
| Operation | Endpoint |
|---|---|
| Check product eligibility | POST /eligibility |
| Simulate maturity calculation for deposits | POST /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:| Version | Deposit | Loan | Party | Documentation |
|---|---|---|---|---|
| v14.7 | Create operations | - | Full CRUD | v14.7 Docs |
| v14.5 | Read operations | Full support | Read operations | v14.5 Docs |
For a complete list of Grand Central error codes and their descriptions, see error codes reference.