OpenBankProject / OBP-API

An open source RESTful API platform for banks that supports Open Banking, XS2A and PSD2 through access to accounts, transactions, counterparties, payments, entitlements and metadata - plus a host of internal banking and management APIs.
https://www.openbankproject.com/
1.55k stars 430 forks source link

Create single account API call #19

Closed simonredfern closed 8 years ago

simonredfern commented 8 years ago

Need API call to create a single account.

See / Use CreateTestAccountForm.scala: def createAccount(accountId : AccountId, bankId : BankId, currency : String, initialBalance : String) : Box[BankAccount] = { ..

initialBalance should be zero Should require CreateAccount role

simonredfern commented 8 years ago

Done in 4f38f08d89e81097b64e29e77e72638ef7d61f60