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 balanced (adding an "OFFSET" record that adds a credit/debit record so the batch sums to zero) before uploading. The ACH library supports this, but paygate has no support for doing this prior to upload.
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 balanced (adding an "OFFSET" record that adds a credit/debit record so the batch sums to zero) before uploading. The ACH library supports this, but paygate has no support for doing this prior to upload.
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#Batch.WithOffset
The text was updated successfully, but these errors were encountered: