Generate NACHA file using PHP?

后端 未结 3 1016
醉梦人生
醉梦人生 2021-01-14 14:54

I am trying to generate a bank NACHA (national automated clearing house association) file with my customers payment details to submit to my bank on a regular basis. Our site

相关标签:
3条回答
  • 2021-01-14 15:31

    Most businesses that need to create these files are .net houses. You might have better luck finding something in C# and reverse-engineering it.

    0 讨论(0)
  • 2021-01-14 15:41

    The National ACH Association "NACHA" publishes the ACH rules on an annual basis. The current version, "2012 NACHA OPERATING RULES & GUIDELINES", contains the ACH rules, along with ACH file formats (i.e. Reference Guide) for creating your own tools to build ACH files.

    http://www.achrulesonline.org/

    0 讨论(0)
  • 2021-01-14 15:52

    I also needed such a thing... didn't find one so I made one.

    https://github.com/snsparrish/NachaLibPHP

    0 讨论(0)
提交回复
热议问题