Overview
Banking verification errors can occur while a borrower connects a financial institution, while account data is aggregated, or while Argyle generates a banking report. 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.
account_unrecoverable
- API message
- Troubleshooting
The borrower needs to reconnect their account to restore access and complete verification.
aggregation_in_progress
- API message
- Troubleshooting
The bank account is still being aggregated, so the requested report cannot be generated yet.
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.
no_accounts_connected
- API message
- Troubleshooting
The borrower did not connect an eligible bank account, so the requested banking report could not be generated.
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.