accounts
Third party access to bank account service considering account information and transaction data operations (JSON).
Get a list of all accounts
Get a list of all accounts for the authenticated context. The response contains an `accounts` array;
Get an account
Get the details of a specific account.
Get the balance of an account
Returns account balance information of the specified account.
Get a list of all transactions of an account
Returns a paginated list of transactions for the specified account.