RE: Create ACH Origination file with PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
Does anyone know of a script that can create an ACH origination file
with 
PHP?[/snip]

How do you want to input amounts, routing numbers, and account numbers?
Have you checked out the NACHA file specifications? http://www.nacha.org
Do you need to perform file encryption before you transmit? How will you
transmit (FTP, SFTP, web service)? This is a simple question with many
variables.

Essentially the ACH file is a text file that is reasonably easy to
create with PHP and you can use either a database or file I/O or XML to
input amounts, routing, etc. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux