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

setSettlementAccount is not used in building the nacha file #8

Open
mjbrunme opened this issue Oct 30, 2018 · 2 comments
Open

setSettlementAccount is not used in building the nacha file #8

mjbrunme opened this issue Oct 30, 2018 · 2 comments

Comments

@mjbrunme
Copy link

mjbrunme commented Oct 30, 2018

This setter exists and is in the documentation, but the settlementAccount variable is not used anywhere in the file. Is this supposed to be used somewhere? With my bank everything appears to be going through my main account.

@tvaughan73
Copy link

I was wondering about this as well so I looked at the NACHA format spec and there is no place I can find where you would specify a settlement account. Not sure why it is there.

@hegemanjr
Copy link

hegemanjr commented Nov 28, 2020

It's been years since I've looked at a NACHA file or this code, so I'm not sure what I have to say is relevant. I wish I could find the code that I used this repo for.

Anyway, the use case I had when I used this was to push/pull money to/from many non-transactional accounts (MM/Savings) to/from a single transactional (checking) account that we called the settlement account. I thought we used the settlementAccount property to specify the account when creating the offsetting transaction, but I don't see a getter and the property is private. I may have extended the NachaFile class and made my own getter.

Sorry I don't have a solid answer for you, but I don't think it is a requirement.

Good luck!

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

3 participants