The Accounts API allows third party applications to interact with the accounts of a bank user on his behalf, allowing the following operations:
- List of accounts
- Account with balances
- Account transactions
Since Account API provides only information about the account(s) and transaction(s), it is read-only, herefore this API supports only GET requests. API get accounts/accountsID/transactions will be used also for card transactions