Narmi · Arazzo Workflow

Originate a Narmi ACH payment

Version 1.0.0

Pick a funding account and create an ACH payment idempotently, then read it back.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyFintechDigital BankingBankingPaymentsACHWiresFedNowCardsFinancial-ServicesArazzoWorkflows

Provider

narmi

Workflows

originateAchPayment
List accounts, create an ACH payment with an Idempotency-Key, and confirm it.
3 steps inputs: accessToken, amount, idempotencyKey outputs: paymentUuid
1
listAccounts
2
createAchPayment
3
confirmPayment

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Originate a Narmi ACH payment
  version: 1.0.0
  summary: Pick a funding account and create an ACH payment idempotently, then read it back.
  x-realizes-capability-ids:
  - BC-1340.10
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-1340.10
      capability_name: Payment Initiation Management
      spec: narmi-ach-payments-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: accountsApi
  url: ../openapi/narmi-accounts-api-openapi.yml
  type: openapi
- name: achPaymentsApi
  url: ../openapi/narmi-ach-payments-api-openapi.yml
  type: openapi
workflows:
- workflowId: originateAchPayment
  summary: List accounts, create an ACH payment with an Idempotency-Key, and confirm it.
  inputs:
    type: object
    properties:
      accessToken:
        type: string
        description: OAuth 2.0 bearer token with banking:accounts:read + banking:transactions:write.
      idempotencyKey:
        type: string
        description: Unique key for the create request (sent as the Idempotency-Key header).
      amount:
        type: integer
        description: Payment amount in minor units (cents).
  steps:
  - stepId: listAccounts
    operationId: accounts_list
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      accountUuid: $response.body#/results/0/id
  - stepId: createAchPayment
    operationId: ach_payments_create
    parameters:
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      paymentUuid: $response.body#/id
  - stepId: confirmPayment
    operationId: ach_payments_retrieve
    parameters:
    - name: uuid
      in: path
      value: $steps.createAchPayment.outputs.paymentUuid
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    paymentUuid: $steps.createAchPayment.outputs.paymentUuid

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/narmi-originate-ach-payment"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.