Fiserv · Capability

Fiserv BankingHub API — Transactions

Fiserv BankingHub API — Transactions. 1 operations. Lead operation: Fiserv List account transactions. Self-contained Naftiko capability covering one Fiserv business surface.

Run with Naftiko FiservTransactions

What You Can Do

GET
Listtransactions — Fiserv List account transactions
/v1/banking/accounts/{accountid}/transactions

MCP Tools

fiserv-list-account-transactions

Fiserv List account transactions

read-only idempotent

Capability Spec

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