Temenos Transact · Capability

Temenos Transact Core Banking API — Transactions

Temenos Transact Core Banking API — Transactions. 1 operations. Lead operation: Temenos Transact List Account Transactions. Self-contained Naftiko capability covering one Temenos Transact business surface.

Run with Naftiko Temenos TransactTransactions

What You Can Do

GET
Getaccounttransactions — Temenos Transact List Account Transactions
/v1/holdings/accounts/{accountid}/transactions

MCP Tools

temenos-transact-list-account-transactions

Temenos Transact List Account Transactions

read-only idempotent

Capability Spec

core-banking-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temenos Transact Core Banking API — Transactions
  description: 'Temenos Transact Core Banking API — Transactions. 1 operations. Lead operation: Temenos Transact List Account
    Transactions. Self-contained Naftiko capability covering one Temenos Transact business surface.'
  tags:
  - Temenos Transact
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMENOS_TRANSACT_API_KEY: TEMENOS_TRANSACT_API_KEY
capability:
  consumes:
  - type: http
    namespace: core-banking-transactions
    baseUri: https://api.temenos.com/api/v1.0.0
    description: Temenos Transact Core Banking API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: holdings-accounts-accountId-transactions
      path: /holdings/accounts/{accountId}/transactions
      operations:
      - name: getaccounttransactions
        method: GET
        description: Temenos Transact List Account Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fromDate
          in: query
          type: string
          description: Start date for transaction history (YYYY-MM-DD)
        - name: toDate
          in: query
          type: string
          description: End date for transaction history (YYYY-MM-DD)
        - name: transactionType
          in: query
          type: string
          description: Filter by transaction type
        - name: minAmount
          in: query
          type: number
          description: Minimum transaction amount filter
        - name: maxAmount
          in: query
          type: number
          description: Maximum transaction amount filter
    authentication:
      type: bearer
      token: '{{env.TEMENOS_TRANSACT_API_KEY}}'
  exposes:
  - type: rest
    namespace: core-banking-transactions-rest
    port: 8080
    description: REST adapter for Temenos Transact Core Banking API — Transactions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/holdings/accounts/{accountid}/transactions
      name: holdings-accounts-accountid-transactions
      description: REST surface for holdings-accounts-accountId-transactions.
      operations:
      - method: GET
        name: getaccounttransactions
        description: Temenos Transact List Account Transactions
        call: core-banking-transactions.getaccounttransactions
        with:
          fromDate: rest.fromDate
          toDate: rest.toDate
          transactionType: rest.transactionType
          minAmount: rest.minAmount
          maxAmount: rest.maxAmount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: core-banking-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temenos Transact Core Banking API — Transactions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: temenos-transact-list-account-transactions
      description: Temenos Transact List Account Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: core-banking-transactions.getaccounttransactions
      with:
        fromDate: tools.fromDate
        toDate: tools.toDate
        transactionType: tools.transactionType
        minAmount: tools.minAmount
        maxAmount: tools.maxAmount
      outputParameters:
      - type: object
        mapping: $.