The ACH Node SDK is a generated TypeScript client for the moov-io/ach REST API, providing typed access to ACH file operations. Current stable version is 1.12.0, released on a monthly cadence. It differs from other ACH libraries by being auto-generated from the OpenAPI spec, ensuring API parity, and shipping with full TypeScript definitions for type safety. Designed for Node.js and TypeScript projects, it simplifies integration with moov-io/ach services for creating, parsing, and managing ACH files.
npm install ach-node-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates setting up the configuration and API client, then listing ACH files asynchronously.
Update package.json and imports to use 'ach-node-sdk'.
Replace `BaseAPI` with the appropriate typed API class.
Ensure basePath is e.g., 'https://ach.mycompany.com' not 'ach.mycompany.com/'.
Instantiate Configuration with a valid basePath.
Run 'npm install ach-node-sdk' and verify import path.
Check generated docs for correct method name (e.g., listFiles).