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
455 stars 154 forks source link

feat: standardize validate opts query params, accept on GET/POST validate #1413

Closed adamdecaf closed 5 months ago

adamdecaf commented 5 months ago

There were a few query params whose names didn't match the JSON, so this PR standardizes on naming. The old names are supported, but deprecated. Also read validate opts query params on GET/POST /files/{fileID}//validate.