Temenos · Capability

Temenos Infinity Digital Banking API — Transactions

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

Run with Naftiko TemenosTransactions

What You Can Do

GET
Listaccounttransactions — List Account Transactions
/v1/accounts/{accountid}/transactions

MCP Tools

list-account-transactions

List Account Transactions

read-only idempotent

Capability Spec

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