Skip to content

Commit

Permalink
Update originating dfi id (#135)
Browse files Browse the repository at this point in the history
According to the NACHA Dev Guide, Originating DFI Identification is supposed to be "The routing number of the DFI originating the entries within the batch."

Co-authored-by: Trusted Computer <[email protected]>
  • Loading branch information
agritheory and trustedcomputer authored Aug 3, 2023
1 parent d37bca6 commit f16bb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_run/check_run/doctype/check_run/check_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def build_nacha_file_from_payment_entries(doc, payment_entries, settings):
effective_entry_date=doc.posting_date,
settlement_date=None,
originator_status_code=1,
originating_dfi_id=company_bank_account_no,
originating_dfi_id=company_bank_aba_number,
entries=ach_entries,
)
nacha_file = NACHAFile(
Expand Down

0 comments on commit f16bb24

Please sign in to comment.