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

IAT Returns sample file required. #1376

Open
ganesh-solid opened this issue Feb 16, 2024 · 4 comments
Open

IAT Returns sample file required. #1376

ganesh-solid opened this issue Feb 16, 2024 · 4 comments
Labels

Comments

@ganesh-solid
Copy link

ganesh-solid commented Feb 16, 2024

ACH Version

v1.9.2

What were you trying to do?

  1. I was trying to return an IAT transactions, currently it does not add the IAT entries to "ReturnEntries" field. Is there any example of IAT return? or is IAT returns are handled seperately?

What did you expect to see?

I expected to see IAT being populated at "ReturnEnties" field.

@adamdecaf
Copy link
Member

The IATBatch type does not currently implement the ach.Batcher interface, so we can't include them on the root level helper.

./iatBatch.go:49:17: cannot use (&IATBatch{}) (value of type *IATBatch) as Batcher value in variable declaration: *IATBatch does not implement Batcher (missing method AddADVEntry)
./iatBatch.go:49:17: cannot use (&IATBatch{}) (value of type *IATBatch) as Batcher value in variable declaration: *IATBatch does not implement Batcher (wrong type for method AddEntry)
		have AddEntry(*IATEntryDetail)
		want AddEntry(*EntryDetail)

@ganesh-solid
Copy link
Author

@adamdecaf Do you have any sample file for IAT returns? How do we file returns for IAT ach transactions then?

@adamdecaf
Copy link
Member

adamdecaf commented Feb 20, 2024

Any examples we could share would be in this repository. Moov isn't using the IAT part of this library currently, but we have many users of the library who are sending IAT files.

An IATEntryDetail has a field for Addenda99 which would be where you'd specify the Return record / information.

@adamdecaf
Copy link
Member

@ganesh-solid has your question been answered?

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

No branches or pull requests

2 participants