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_updatedOccurs when a Financial Connections account’s account numbers are updated.financial_connections.account.createdOccurs when a new Financial Connections account is created.financial_connections.account.deactivatedOccurs when a Financial Connections account’s status is updated fromactivetoinactive.financial_connections.account.disconnectedOccurs when a Financial Connections account is disconnected.financial_connections.account.reactivatedOccurs when a Financial Connections account’s status is updated frominactivetoactive.financial_connections.account.refreshed_balanceOccurs when an Account’sbalance_refreshstatus transitions frompendingto eithersucceededorfailed.financial_connections.account.refreshed_ownershipOccurs when an Account’sownership_refreshstatus transitions frompendingto eithersucceededorfailed.financial_connections.account.refreshed_transactionsOccurs when an Account’stransaction_refreshstatus transitions frompendingto eithersucceededorfailed.financial_connections.account.upcoming_account_number_expiryOccurs when an Account’s tokenized account number is about to expire.