Ruby bai2

From wikinotes
Revision as of 21:56, 19 May 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bai2 files are sent from banks with information about all of the transactions they have processed.

Documentation

github https://github.com/venturehacks/bai2

Usage

bai2.groups.each do |group|
  group.accounts.each do |account|
    p account.transactions
  end
end