TD Bank · Capability

TD Bank Account Detailed API — Accounts

TD Bank Account Detailed — FDX v6.2 comprehensive account record (structure, terms, balances, identifiers). 2 operations. Lead operation: Get account detail. Self-contained Naftiko capability.

TD Bank Account Detailed API — Accounts is a Naftiko capability published by TD Bank, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include TD Bank, Accounts, FDX, and Open Banking.

Run with Naftiko TD BankAccountsFDXOpen Banking

Capability Spec

account-detailed-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Account Detailed API — Accounts
  description: 'TD Bank Account Detailed — FDX v6.2 comprehensive account record (structure, terms, balances, identifiers). 2 operations. Lead operation: Get account detail. Self-contained Naftiko capability.'
  tags:
  - TD Bank
  - Accounts
  - FDX
  - Open Banking
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    TD_BANK_API_KEY: TD_BANK_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-detailed-accounts
    baseUri: https://api.openbanking.amcb.developer.td.com/fdx/v6
    description: TD Account Detailed business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId
      path: /accounts/{accountId}
      operations:
      - name: getaccount
        method: GET
        description: Get Account Detail
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    - name: accounts-accountId-contact
      path: /accounts/{accountId}/contact
      operations:
      - name: getaccountcontact
        method: GET
        description: Get Account Contact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_BANK_API_KEY}}'
  exposes:
  - type: rest
    namespace: account-detailed-accounts-rest
    port: 8080
    description: REST adapter for TD Account Detailed.
    resources:
    - path: /v1/accounts/{accountId}
      name: account