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

transfers/pipeline: config to disable ACH file merging #620

Open adamdecaf opened 3 years ago

adamdecaf commented 3 years ago

What were you trying to do? ACH file merging is pretty strict right now and enabled by default. There are use-cases that want to perform their own merging and thus PayGate should offer to disable merging and instead upload each Transfer in a unique file.

What did you expect to see? A configuration option to disable merging until we can offer more flexible merging options.