TD Bank · Capability

TD Bank Tax Forms API — Tax Forms

TD Bank Tax Forms — FDX v6.2 1099/tax-form listing and PDF retrieval per consented account. 2 operations.

TD Bank Tax Forms API — Tax Forms 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, Tax Forms, FDX, and Open Banking.

Run with Naftiko TD BankTax FormsFDXOpen Banking

Capability Spec

tax-forms-tax-forms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Tax Forms API — Tax Forms
  description: 'TD Bank Tax Forms — FDX v6.2 1099/tax-form listing and PDF retrieval per consented account. 2 operations.'
  tags:
  - TD Bank
  - Tax Forms
  - 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: tax-forms-tax-forms
    baseUri: https://api.openbanking.amcb.developer.td.com/fdx/v6
    description: TD Tax Forms API.
    resources:
    - name: accounts-accountId-tax-forms
      path: /accounts/{accountId}/tax-forms
      operations:
      - name: listtaxforms
        method: GET
        description: List Tax Forms
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    - name: accounts-accountId-tax-forms-taxFormId
      path: /accounts/{accountId}/tax-forms/{taxFormId}
      operations:
      - name: gettaxform
        method: GET
        description: Get Tax Form
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
        - name: taxFormId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_BANK_API_KEY}}'
  exposes:
  - type: rest
    namespace: tax-forms-rest
    port: 8080
    description: REST adapter for TD Tax Forms API.
    resources:
    - path: /v1/tax-forms
      name: taxForms