Skip to content

uzbekdev1/NACHO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NACHO

NACHO - National Automated Clearing House Objects, a library for the NACHA ACH input file structure

The Automated Clearing House (ACH) is a network for financial transactions in the US. The National ACH Association (NACHA) manages the ACH network. The NACHA file format is what they use for their financial transactions.

That's how I understand it when I made NACHO to help me with work I was doing for a client that wanted to do payment processing. There are specifications for the file format (see below), but as is the case in actual implementation of any specification, the implementation is the authority on the matter in that case and not necessarily the specification. For me, this was the client's payment processor that said if our files were good. They sent me some example files, but even those had errors. Ultimately, I generated test files, they sent me back what was wrong, I made changes until the test files I sent were accepted by them.

Should you find that this library doesn't create files that meet your specification, whatever that may be, create an issue and I'll look into it.

  • format page
  • example page

About

NACHO - National Automated Clearing House Objects, a C# library for the NACHA ACH input file structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%