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.
| Event | Description | 
|---|---|
| financial_ | Sent when a customer links a new account. If they link multiple accounts, it emits multiple events (one per account). | 
| financial_ | Sent when the status of your user’s account moves from activetoinactive. Accounts can change status after a refresh if we detect that the account connection is broken. New data refreshes aren’t allowed oninactiveaccounts, but previously refreshed data stays available. | 
| financial_ | Sent when the status of your user’s account moves from inactivetoactive. After an account moves frominactivetoactive, you can refresh account data again. | 
| financial_ | Sent on account disconnection. See the disconnections guide for further detail. | 
| financial_ | Sent after a balance refresh is complete. | 
| financial_ | Sent after an ownership refresh is complete. | 
| financial_ | Sent after a transaction refresh is complete. |