moov-io / paygate

A RESTful API enabling electronic payments to be submitted and received without a deep understanding payment file specification
http://moov.io
Apache License 2.0
129 stars 31 forks source link

config to enable ACH file batch merging based on the batch header #638

Closed theFong closed 3 years ago

theFong commented 3 years ago

What were you trying to do? Currently there is no way to configure merging of entry records under the same batch if the batch headers are the same.

What did you expect to see? A configuration option to merge batches if the batch headers are the same.

adamdecaf commented 3 years ago

We can do this. When testing out that linked PR I ran into https://github.com/moov-io/ach/issues/863 and https://github.com/moov-io/ach/issues/867 which caused files to not be uploaded. https://github.com/moov-io/ach/issues/866 might be a fix we implement as well.