Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adamdecaf opened this issue Jul 19, 2022 · 1 comment
Open

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

adamdecaf opened this issue Jul 19, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@adamdecaf
Copy link
Member

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:

  • CorrectionFile
  • IncomingFile
  • PrenoteFile
  • ReconciliationFile
  • ReturnFile
@adamdecaf adamdecaf added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Jul 19, 2022
@adamdecaf
Copy link
Member Author

Should we create new events with their BatchHeaders?

  • CorrectionEntry
  • IncomingEntry
  • PrenoteEntry
  • ReconciliationEntry
  • ReturnEntry

@adamdecaf adamdecaf changed the title incoming/odfi: events should represents an EntryDetail record incoming/odfi: events should represent an EntryDetail record Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant