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.
We are looking to support sending pre-notes for account validations. With upcoming changes from NACHA these are a bit better of a validation option.
Pre-notes are zero-balance entries used to affirm an account exists at the RDFI.
We would include this as a
strategy
in the account validation endpoint:https://moov-io.github.io/customers/api/#post-/customers/{customerID}/accounts/{accountID}/validations
Also would implement the
validator. Strategy
interface:https://github.com/moov-io/customers/blob/v0.5.0-dev23/pkg/validator/strategy.go
This would issue a call over to PayGate (similar to micro-deposits), see moov-io/paygate#601
The text was updated successfully, but these errors were encountered: