moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
452 stars 150 forks source link

Return, dishonored Return, and/or contested dishonored Return Entries are in the same batch. #59

Closed wadearnold closed 5 years ago

wadearnold commented 7 years ago

Return, dishonored Return, and/or contested dishonored Return Entries are in the same batch.

wadearnold commented 6 years ago

Dishonored Return and Contested Dishonored Return entries need to be supported

 EntryDetail.Category
CategoryDishonoredReturn
CategoryDishonoredReturnContested
chuckiebluestar commented 6 years ago

Rule-wise, the three different kind of returns would not be in the same batch since they flow in different directions.

wadearnold commented 6 years ago

Thanks for the insight @chuckiebluestar ! With 300+ pages of the nacha specification I still get confused.

chuckiebluestar commented 6 years ago

Wade: Thanks for responding. I'm a business-side ACH geek with a little coding knowledge, and I would like to get involved with this project.

On Fri, Jun 15, 2018 at 10:58 AM, Wade Arnold notifications@github.com wrote:

Thanks for the insight @chuckiebluestar https://github.com/chuckiebluestar ! With 300+ pages of the nacha specification I still get confused.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/moov-io/ach/issues/59#issuecomment-397665999, or mute the thread https://github.com/notifications/unsubscribe-auth/AHRUnyG-PmhCSKBiclrrSiHAT9hZ2ZAPks5t89migaJpZM4LjO3d .

wadearnold commented 6 years ago

@chuckiebluestar that would be phenomenal! The project has the opposite problem. We are programmers trying to figure out ACH! Our current goal is to make the most complete open source implementation of an ACH reader/writer. Phase two is adding CSV/JSON parsing from the command line and REStful interface to the library so that other languages can leverage the solution. If we can make it that far then we want to make a ach origination platform that would be more inline with a Stripe style interface that abstracts the ach details.

We ♡ business-side