# Bank Data (stored)

## Deletes all the stored data associated with the consent

 - [DELETE /stored-data/v1/consents/{consentId}](https://docs.atto.co/content/apis/bank-data-(stored)/deleteconsentdataasync.md): Deletes all the stored data associated with the consent

## Returns a list of accounts for a consent.

 - [GET /stored-data/v1/consents/{consentId}/accounts](https://docs.atto.co/content/apis/bank-data-(stored)/getaccountsasync.md): Returns a list of accounts that contains the relevant account information

## Returns the end of day balances for an account for a given consent.

 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/end-of-day-balances](https://docs.atto.co/content/apis/bank-data-(stored)/getendofdaybalancesasync.md): Returns the end of day balances for an account for a given consent.

## Returns a list of transactions for an account for a consent.

 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/transactions](https://docs.atto.co/content/apis/bank-data-(stored)/gettransactionsasync.md): Returns a list of transactions for an account for a consent.

## Returns provider details for a consent.

 - [GET /stored-data/v1/consents/{consentId}/provider-details](https://docs.atto.co/content/apis/bank-data-(stored)/getproviderdataasync.md): Returns details of the connection with bank name and relevant connection dates

## Refreshes data for a consent.

 - [POST /stored-data/v1/consents/{consentId}/refresh](https://docs.atto.co/content/apis/bank-data-(stored)/refreshuserdataasync.md): Refreshes the underlying connection for the banking data with the provider, then performs enrichment

## Deletes all the stored data associated with the user

 - [DELETE /stored-data/v1/users/{userId}](https://docs.atto.co/content/apis/bank-data-(stored)/deleteuserdataasync.md): Deletes all the stored data associated with the user

## Returns balances for an account for a consent.

 - [GET /stored-data/v2/consents/{consentId}/accounts/{accountId}/balances](https://docs.atto.co/content/apis/bank-data-(stored)/getbalancesv2async.md): Returns balances for an account for a consent which contains credit lines

## Returns balances for an account for a consent. (deprecated)

 - [GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/balances](https://docs.atto.co/content/apis/bank-data-(stored)/getbalancesasync.md): Returns balances for an account for a consent which contains credit lines

