AI-powered assistants connect to core banking platforms through a layered architecture that prioritizes security, real-time data access, and auditable workflows. The primary integration points are:
- Customer Authentication & Session APIs: Agents use OAuth2 or API keys to establish a secure, scoped session, pulling customer context from the core banking system's customer master (e.g.,
CUSTOMER_MASTERin Temenos T24,Partyin Mambu). - Product & Account Inquiry APIs: To explain charges or provide advice, the assistant calls account inquiry endpoints (e.g., Oracle FLEXCUBE's
getAccountSummary, Finacle'sRetailCASAInquiry) to retrieve balances, recent transactions, fee schedules, and product terms. - Transaction Posting & Workflow Engines: For guided processes like bill payments or transfers, the assistant leverages the platform's transaction services (e.g., Mambu's
Transactions API, Temenos'FundsTransferservice), often acting as a co-pilot that prepares the payload and routes it for approval. - Event Streams & Webhooks: Core platforms publish events (e.g.,
transaction.posted,alert.triggered) to Kafka or RabbitMQ queues. Assistants subscribe to these streams to provide proactive notifications, like explaining a newly posted charge in real-time.




