moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

incoming/odfi: events should represent an EntryDetail record #120

Open adamdecaf opened 1 year ago

adamdecaf commented 1 year ago

Currently our events emitted from Inbound.ODFI assume files represent "corrections" or "returns" and are not comprised of multiple entry types. This isn't the case in most real-world deployments. We should look at emitting events at the EntryDetail level (with their Batch Header) instead.

Events that are broken:

adamdecaf commented 1 year ago

Should we create new events with their BatchHeaders?