Supported use cases
Deposit accounts
Create, close, and manage deposit accounts with balance retrieval and transaction history
Loan accounts
Create loan accounts, retrieve loan details and balances, and get the amortization schedule
Party management
Comprehensive party operations including create, update, search, and retrieve party information
Product matching
Simulate deposit maturity calculations to project maturity amount, interest, and payout schedule before booking
Supported operations
The Temenos Transact Connector supports the following operations from the Grand Central Unified API specification:Deposit account
The create deposit operation supports current accounts, savings accounts, and term deposits. The connector automatically routes to the correct Temenos endpoint based on the product line associated with the product ID.
Deposit transactions
POST /deposits/transactions accepts a request body containing a list of deposit IDs. Use this endpoint to retrieve transactions for multiple accounts in a single request.Loan account
Loan transactions
The connector doesn’t support retrieving a single loan transaction by ID.
GET /loans/transactions/{transactionId} returns HTTP 501 with error code GC023. To retrieve loan transactions, use GET /loans/{loanId}/transactions or POST /loans/transactions, then filter by transaction ID on the caller side.Party
Party search supports the following criteria:
Search results include relationship details, address information, and account associations for each matching party.
Product matching
The maturity calculation request accepts party information, product IDs, investment amount, tenor, renewal terms, and interest payout frequency. The response includes the projected maturity date and amount, total interest earnings, projected tax withholding, payout schedule, and early withdrawal terms. The connector runs a read-only Temenos deposit simulation and enriches the result with the arrangement simulation schedule. No arrangement is booked. The Grand Central product matching API also defines
POST /eligibility for product eligibility checks; this connector does not implement that endpoint.API features
The Temenos Transact Connector includes:RESTful integration
Native RESTful API integration with the Temenos Transact platform
Data mapping
Comprehensive data mapping between the Grand Central Unified API and Temenos data models
Product routing
Automatic routing between term deposit and current or savings account flows based on the product line
Parallel processing
Concurrent data fetching for party details, address resolution, and account data
Version compatibility
The Temenos Transact Connector is compatible with the following Temenos Transact releases:For a complete list of Grand Central error codes and their descriptions, see error codes reference.