-
We have to send 1000s of entry detail records for prenotifications to the bank, will bank send addenda record for all the entry detail records we are sending or just the ones which has return codes. Also, what is the position for return code the bank send us in the addenda record? What is the maximum entry detail records we can send in a batch? What is the maximum number of batches we can send in a file? Your contributions and answers are really helpful. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @samyje! Thanks for the questions. I've answered them below.
I don't think your bank would send the 05 addenda record if you specify it, but that's a question for your bank. Your bank will include 99 addenda records for returns. Both 05 and 99 addenda records can be parsed and consumed using this library. (hint:
Our library doesn't quite support splitting one big |
Beta Was this translation helpful? Give feedback.
Hey @samyje! Thanks for the questions. I've answered them below.
I don't think your bank would send the 05 addenda record if you specify it, but that's a question for your bank. Your bank will include 99 addenda records for returns.
Both 05 and 99 addenda records can be parsed and consumed using this library. (hint:
ach.ReadFile(path)
)