You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Certain FI's require that ACH files are segmented (files only contain debits or credits) before uploading. The ACH library supports this, but paygate has no support for doing this prior to upload. This would upload both files.
What did you expect to see?
A configuration option (per routing number) to enable this prior to upload.
What were you trying to do?
Certain FI's require that ACH files are segmented (files only contain debits or credits) before uploading. The ACH library supports this, but paygate has no support for doing this prior to upload. This would upload both files.
What did you expect to see?
A configuration option (per routing number) to enable this prior to upload.
We can use the ACH library: https://godoc.org/github.com/moov-io/ach#File.SegmentFile
The text was updated successfully, but these errors were encountered: