Accounts

Pré requisitos para consumir estes endpoints de dados:

Possuir um consentimento de Dados aprovado e contendo os escopos de dados conforme especificado neste link e utilizar o Token do OpenFinance específico do consentimento como forma de autorização.


GET /baas/v1/open/dat/accounts

Returns a list of accounts held by the customer (Deposit, Savings, or Salary accounts).



GET /baas/v1/open/dat/accounts/{accountId}

Returns detailed information about a specific account.



GET /baas/v1/open/dat/accounts/{accountId}/balances

Returns the current and available balances for the account.



GET /baas/v1/open/dat/accounts/{accountId}/overdraft-limits

Returns the overdraft (cheque especial) limits for the account.



GET /baas/v1/open/dat/accounts/{accountId}/transactions

Returns the transaction history for the account



GET /baas/v1/open/dat/accounts/{accountId}/transactions-current

Returns the last transactions for the account

It brings the most recent transactions list, in the same format of the /transactions endpoint.