wells-fargo · Capability

Wells Fargo ACH Payments API — Payment Batches

Wells Fargo ACH Payments API — Payment Batches. 1 operations. Lead operation: Submit ACH Batch. Self-contained Naftiko capability covering one Wells Fargo business surface.

Run with Naftiko Wells FargoPayment Batches

What You Can Do

POST
Submitachbatch — Submit ACH Batch
/v1/v2/ach/batches

MCP Tools

submit-ach-batch

Submit ACH Batch

Capability Spec

ach-payments-payment-batches.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Wells Fargo ACH Payments API — Payment Batches
  description: 'Wells Fargo ACH Payments API — Payment Batches. 1 operations. Lead operation: Submit ACH Batch. Self-contained
    Naftiko capability covering one Wells Fargo business surface.'
  tags:
  - Wells Fargo
  - Payment Batches
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WELLS_FARGO_API_KEY: WELLS_FARGO_API_KEY
capability:
  consumes:
  - type: http
    namespace: ach-payments-payment-batches
    baseUri: https://api.wellsfargo.com
    description: Wells Fargo ACH Payments API — Payment Batches business capability. Self-contained, no shared references.
    resources:
    - name: v2-ach-batches
      path: /v2/ach/batches
      operations:
      - name: submitachbatch
        method: POST
        description: Submit ACH Batch
        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.WELLS_FARGO_API_KEY}}'
  exposes:
  - type: rest
    namespace: ach-payments-payment-batches-rest
    port: 8080
    description: REST adapter for Wells Fargo ACH Payments API — Payment Batches. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/ach/batches
      name: v2-ach-batches
      description: REST surface for v2-ach-batches.
      operations:
      - method: POST
        name: submitachbatch
        description: Submit ACH Batch
        call: ach-payments-payment-batches.submitachbatch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ach-payments-payment-batches-mcp
    port: 9090
    transport: http
    description: MCP adapter for Wells Fargo ACH Payments API — Payment Batches. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: submit-ach-batch
      description: Submit ACH Batch
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ach-payments-payment-batches.submitachbatch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.