Overview
Bank connection errors occur when a user is actively attempting to connect a financial institution for a banking verification. To monitor for bank connection errors:-
Subscribe to the
verifications.updatedwebhook and setinclude_resource = trueso the webhook payload contains the full verification object indata.resource. -
When you receive the
verifications.updatedwebhook or are encountering bank connection issues, check the verification object’sstatus. If thestatus.statevalue isPAUSED, check theerrorsarray in thestatusobject. -
Proceed to the troubleshooting steps below for the bank connection error that matches the
codevalue.
Bank connection errors
account_closed
- API message
- Troubleshooting
The selected account could not be found or is no longer available at the banking institution.
account_not_found
- API message
- Troubleshooting
The selected account could not be found or is no longer available at the banking institution.
generic_error
- API message
- Troubleshooting
A connection error occurred while trying to verify the account.
institution_not_supported
- API message
- Troubleshooting
The selected banking institution does not currently support connections.
invalid_credentials
- API message
- Troubleshooting
The borrower provided invalid banking login credentials.
mfa_issue_encountered
- API message
- Troubleshooting
A multi-factor authentication or security verification step was not completed successfully.
one_time_passcode_issue
- API message
- Troubleshooting
There is a temporary issue preventing a successful connection to the borrower’s banking institution right now.
report_generation_failed
- API message
- Troubleshooting
We could not generate the requested banking report.
temporary_connection_issue
- API message
- Troubleshooting
There is a temporary issue preventing a successful connection to the borrower’s banking institution right now.
token_invalid_or_expired
- API message
- Troubleshooting
The borrower needs to reconnect their account to restore access and complete verification.
user_action_required_at_institution
- API message
- Troubleshooting
The borrower must sign in directly at their banking institution and complete an account action before reconnecting.