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

ACH Trace Number Field Issue #20

Open
Jawwad124 opened this issue Apr 23, 2020 · 1 comment
Open

ACH Trace Number Field Issue #20

Jawwad124 opened this issue Apr 23, 2020 · 1 comment

Comments

@Jawwad124
Copy link

I am having trouble with ACH Trace number field being Long. We have requirement to process an ODFI which has a routing number starting from 0. Given the bank is asking for standard ACH trace number format like this :

A 15-digit number in which positions 1-8 are the first eight digits of the originator's routing number, and positions 9-15 are numbers assigned in ascending order to each transaction within the Company / Batch Header Record. (80-94) 15 numeric.

When i try to use first 8 digits of ODFI number starting from 0 leading zero get omitted from trace number.

Similarly for return addenda having Original Entry Trace number. I am not sure why these fields are adding as Long and Big Integer. But can we please convert these to String. Making life easier for people processing files for ODFI having such routing numbers ?

@afrunt
Copy link
Owner

afrunt commented Apr 23, 2020

@Jawwad124 feel free to make a pull request 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants