Skip to content

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

List Accounts ​

  • GET /v1/financial_connections/accounts

Disconnect an Account ​

  • POST /v1/financial_connections/accounts/:id/disconnect

Refresh Account data ​

  • POST /v1/financial_connections/accounts/:id/refresh

Subscribe to data refreshes for an Account ​

  • POST /v1/financial_connections/accounts/:id/subscribe

Unsubscribe from data refreshes for an Account ​

  • POST /v1/financial_connections/accounts/:id/unsubscribe

Events ​

  • financial_connections.account.account_numbers_updated Occurs when a Financial Connections account’s account numbers are updated.

  • financial_connections.account.created Occurs when a new Financial Connections account is created.

  • financial_connections.account.deactivated Occurs when a Financial Connections account’s status is updated from active to inactive.

  • financial_connections.account.disconnected Occurs when a Financial Connections account is disconnected.

  • financial_connections.account.reactivated Occurs when a Financial Connections account’s status is updated from inactive to active.

  • financial_connections.account.refreshed_balance Occurs when an Account’s balance_refresh status transitions from pending to either succeeded or failed.

  • financial_connections.account.refreshed_ownership Occurs when an Account’s ownership_refresh status transitions from pending to either succeeded or failed.

  • financial_connections.account.refreshed_transactions Occurs when an Account’s transaction_refresh status transitions from pending to either succeeded or failed.

  • financial_connections.account.upcoming_account_number_expiry Occurs when an Account’s tokenized account number is about to expire.

Stripe API Reference - Self-contained docs reference, refreshed 2026-05-18