TD Bank · Capability

TD Bank Bill Payment API — Bill Payments & Payees

TD Bank Bill Payment — FDX v6.2 payee directory and bill-payment activity for a consented account. 2 operations.

TD Bank Bill Payment API — Bill Payments & Payees 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, Bill Payment, FDX, and Open Banking.

Run with Naftiko TD BankBill PaymentFDXOpen Banking

Capability Spec

bill-payment-bill-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Bill Payment API — Bill Payments & Payees
  description: 'TD Bank Bill Payment — FDX v6.2 payee directory and bill-payment activity for a consented account. 2 operations.'
  tags:
  - TD Bank
  - Bill Payment
  - 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: bill-payment
    baseUri: https://api.openbanking.amcb.developer.td.com/fdx/v6
    description: TD Bill Payment API.
    resources:
    - name: accounts-accountId-payees
      path: /accounts/{accountId}/payees
      operations:
      - name: listpayees
        method: GET
        description: List Bill Pay Payees
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    - name: accounts-accountId-bill-payments
      path: /accounts/{accountId}/bill-payments
      operations:
      - name: listbillpayments
        method: GET
        description: List Bill Payments
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_BANK_API_KEY}}'
  exposes:
  - type: rest
    namespace: bill-payment-rest
    port: 8080
    description: REST adapter for TD Bill Payment API.
    resources:
    - path: /v1/bill-payments
      name: billPayments