# Accounts A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access. ## Endpoints ### Retrieve an Account - [GET /v1/financial_connections/accounts/:id](https://docs.stripe.com/api/financial_connections/accounts/retrieve.md) ### List Accounts - [GET /v1/financial_connections/accounts](https://docs.stripe.com/api/financial_connections/accounts/list.md) ### Disconnect an Account - [POST /v1/financial_connections/accounts/:id/disconnect](https://docs.stripe.com/api/financial_connections/accounts/disconnect.md) ### Refresh Account data - [POST /v1/financial_connections/accounts/:id/refresh](https://docs.stripe.com/api/financial_connections/accounts/refresh.md) ### Subscribe to data refreshes for an Account - [POST /v1/financial_connections/accounts/:id/subscribe](https://docs.stripe.com/api/financial_connections/accounts/subscribe.md) ### Unsubscribe from data refreshes for an Account - [POST /v1/financial_connections/accounts/:id/unsubscribe](https://docs.stripe.com/api/financial_connections/accounts/unsubscribe.md)