financial_connection.disconnected

This webhook indicates that the connection with the institution has been disconnected and needs to be reconnected. You can do this by passing in the access token in the create session endpoint.

{
  type: 'financial_connection.disconnected',
  financial_connection_id: "financial_connection_id",
  environment: "sandbox",
  source: "teller",
  remote_data: {}
}