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