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

createAccount: ensure number is unique #56

Closed adamdecaf closed 4 years ago

adamdecaf commented 4 years ago

When creating an account we need to ensure the number doesn't exist. The number can come from the HTTP json body or randomly generated, but either way it needs to be unique in our database (per routing number).