Huntington Bancshares · Capability

Huntington Bank Treasury Management API — Payments

Huntington Bank Treasury Management API — Payments. 1 operations. Lead operation: Initiate a payment. Self-contained Naftiko capability covering one Huntington Bancshares business surface.

Run with Naftiko Huntington BancsharesPayments

What You Can Do

POST
Initiatepayment — Initiate a payment
/v1/payments

MCP Tools

initiate-payment

Initiate a payment

Capability Spec

huntington-bank-treasury-management-payments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Huntington Bank Treasury Management API — Payments
  description: 'Huntington Bank Treasury Management API — Payments. 1 operations. Lead operation: Initiate a payment. Self-contained
    Naftiko capability covering one Huntington Bancshares business surface.'
  tags:
  - Huntington Bancshares
  - Payments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUNTINGTON_BANCSHARES_API_KEY: HUNTINGTON_BANCSHARES_API_KEY
capability:
  consumes:
  - type: http
    namespace: huntington-bank-treasury-management-payments
    baseUri: https://api.huntington.com/v1
    description: Huntington Bank Treasury Management API — Payments business capability. Self-contained, no shared references.
    resources:
    - name: payments
      path: /payments
      operations:
      - name: initiatepayment
        method: POST
        description: Initiate a payment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.HUNTINGTON_BANCSHARES_API_KEY}}'
  exposes:
  - type: rest
    namespace: huntington-bank-treasury-management-payments-rest
    port: 8080
    description: REST adapter for Huntington Bank Treasury Management API — Payments. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/payments
      name: payments
      description: REST surface for payments.
      operations:
      - method: POST
        name: initiatepayment
        description: Initiate a payment
        call: huntington-bank-treasury-management-payments.initiatepayment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: huntington-bank-treasury-management-payments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Huntington Bank Treasury Management API — Payments. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: initiate-payment
      description: Initiate a payment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: huntington-bank-treasury-management-payments.initiatepayment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.