moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

cmd/server: accounts: allow transactions with duplicate accountIds #49

Closed adamdecaf closed 5 years ago

adamdecaf commented 5 years ago

In short this to allow transactions containing multiple transactionLines to be posted. The inital usecase is for balanced micro-deposits that don't impact the account's balance.

Issue: https://github.com/moov-io/paygate/issues/141

adamdecaf commented 5 years ago

Closing this. We should create separate transactions for each micro-deposit.