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
446 stars 149 forks source link

Add R62 to list of dishonored return codes #1411

Closed ckbaum closed 2 months ago

ckbaum commented 2 months ago

In the NACHA rulebook Part 4.2: Table of Return Reason Codes, R62 is included under "Codes to be Used by the ODFI for Dishonored Return Entries".

adamdecaf commented 2 months ago

Fixed in https://github.com/moov-io/ach/releases/tag/v1.37.5 - Appreciate the bug report!