Temenos · Capability
Temenos Core Banking
Unified core banking workflow combining Transact and Payments APIs for account management, customer operations, and payment processing. Used by retail and corporate banking teams to manage the complete customer banking lifecycle.
What You Can Do
GET
List accounts
— List customer accounts
/v1/accounts
POST
Create account
— Create a new account arrangement
/v1/accounts
GET
Get account
— Get account details
/v1/accounts/{accountId}
GET
Get balances
— Get account balances
/v1/accounts/{accountId}/balances
GET
List transactions
— List account transactions
/v1/accounts/{accountId}/transactions
GET
List customers
— List customers
/v1/customers
POST
Create customer
— Create a new customer
/v1/customers
GET
Get customer
— Get customer details
/v1/customers/{customerId}
GET
List payment orders
— List payment orders
/v1/payment-orders
POST
Create payment order
— Create a payment order
/v1/payment-orders
GET
List standing orders
— List standing orders
/v1/standing-orders
POST
Create standing order
— Create a standing order
/v1/standing-orders
GET
List direct debits
— List direct debit mandates
/v1/direct-debits
MCP Tools
list-accounts
List banking accounts for a customer
read-only
get-account
Get details for a specific bank account
read-only
get-account-balances
Get current balances for a bank account
read-only
list-account-transactions
List transaction history for a bank account
read-only
create-account
Create a new banking account arrangement
list-customers
List banking customers
read-only
get-customer
Get customer details
read-only
create-customer
Create a new banking customer
list-payment-orders
List payment orders
read-only
create-payment-order
Create a new payment order (SEPA, SWIFT, domestic)
list-standing-orders
List recurring standing orders
read-only
create-standing-order
Set up a new recurring standing order
list-direct-debits
List direct debit mandates
read-only
APIs Used
transact
payments