Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Get real-time updates from Financial Connections with webhooks


Get real-time updates from Financial Connections with webhooks

Use webhooks to get notifications about activity on Financial Connections accounts.

After you collect a Financial Connections Account, you can access account data or listen for account changes with the Financial Connections API and associated webhooks.

Core webhooks notify you of account-level updates and newly created accounts. These include:

  • financial _ connections. account. created
  • financial _ connections. account. deactivated
  • financial _ connections. account. reactivated

Other webhooks notify you when Stripe completes asynchronous data refreshes for accounts that your customers have connected.

EventDescription
financial_connections.account.createdSent when a customer links a new account. If they link multiple accounts, it emits multiple events (one per account).
financial_connections.account.deactivatedSent when the status of your user’s account moves from active to inactive. Accounts can change status after a refresh if we detect that the account connection is broken. New data refreshes aren’t allowed on inactive accounts, but previously refreshed data stays available. Use the relink API to help your user reconnect their inactive account.
financial_connections.account.reactivatedSent when the status of your user’s account moves from inactive to active. After an account moves from inactive to active, you can refresh account data again.
financial_connections.account.disconnectedSent on account disconnection. See the disconnections guide for further detail.
financial_connections.account.refreshed_balanceSent after a balance refresh is complete.
financial_connections.account.refreshed_ownershipSent after an ownership refresh is complete.
financial_connections.account.refreshed_transactionsSent after a transaction refresh is complete.
financial_connections.account.upcoming_deactivationSent when the expected_deactivation_date of the account is in 30 days.
financial_connections.account.expected_deactivation_date_updatedSent when the expected_deactivation_date of the account is updated or removed.

See also

Last verified 2026-09-24

Is this helpful?