RE: [PHP] Create ACH Origination file with PHP

2007-01-27 Thread Jay Blanchard
[snip] I am familiar with the NACHA file format, and have the specifications, I just would rather not write the file formatter and output if someone else has done it already or could do it more easily than I. Do you have experience in this? [/snip] Ah. Yes I do have experience in this and have do

RE: [PHP] Create ACH Origination file with PHP

2007-01-27 Thread Jay Blanchard
[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?

Re: [PHP] Create ACH Origination file with PHP

2007-01-27 Thread Jochem Maas
Dan Harrington wrote: > Hello, > > Does anyone know of a script that can create an ACH origination file > with PHP? SingTFW didn't turn up anything for php but maybe the following perl module might help you to write the equivelant in php: http://search.cpan.org/~tkeefer/ACH-Builder-0.02/lib/ACH/

[PHP] Create ACH Origination file with PHP

2007-01-26 Thread Dan Harrington
Hello, Does anyone know of a script that can create an ACH origination file with PHP? Thanks Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php