Integrate Column bank API to originate Same-Day ACH credit transfers and retrieve return events

domain: column.com/docs · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate to the Column API using HTTP Basic auth with your API key as the username and an empty password; all requests are to https://api.column.com
  2. Create a counterparty via POST /transfers/ach/counterparties with routing_number, account_number, account_type, and holder_name; store the returned counterparty_id for reuse
  3. Originate a Same-Day ACH credit via POST /transfers/ach with type=credit, counterparty_id, amount in cents, currency=USD, sec_code=PPD or CCD, description, and same_day=true
  4. Poll GET /transfers/ach/{id} or subscribe to Column webhooks (transfer.ach.updated) to track status transitions: created → submitted → settled or returned
  5. If a return event arrives, the webhook payload includes the return_code and original transfer ID; match against your payment record and apply the appropriate return handling logic for the specific R-code
  6. For reconciliation, call GET /transfers/ach with account_id, created_at[gte], and created_at[lte] to list all ACH activity in a period; compare to your ledger and flag any transfers missing from your records

Known gotchas

Related routes

create book transfers and ACH credits via Column's bank API
column.com · 6 steps · unrated
Submit and process transactions across NACHA Same-Day ACH windows with correct effective entry date logic
nacha.org · 6 steps · unrated
Enable and originate a Same-Day ACH payment via the Unit API and track it through Unit's ACH status lifecycle
docs.unit.co · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans