Get Account Balance Errors

🚧

Under Construction

These documents are a still a work in progress. The missing endpoint and fields will be completed as soon as possible and updates to the information will be made as needed.

Errors pertaining to get_account_balance endpoint.

Error CodeError Response MessageError TypeTroubleshootingError Status Code
Key Not Present In ResponseCannot fetch account balance for account {account_nickname}; account either was not linked with Plaid or has not completed verification.Plaid ErrorPlease ensure the account was linked with Plaid and has completed the necessary verification.400
Key Not Present In ResponseMX Balance error: {str(exc)}MX ErrorSee MX's docs for information about their errors or contact MX.400
Key Not Present In ResponseUnable to get account information for the requested account. It may be closed or otherwise inaccessible.MX ErrorPlease be sure that the correct account was linked and that it is an open and active account.400
Key Not Present In ResponseKey Not Present In ResponsePlaid encounters an error trying to get account balance.See Plaid's docs for information about their errors.400
Key Not Present In Response{cls.name} expected dict not {obj.class.name}Problem when trying to format Plaid balance response.See Plaid's docs for information about their errors.400
Key Not Present In ResponseBalance error: {str(exc)}400
Key Not Present In ResponseUnable to get account information for the requested account. It may be closed or otherwise inaccessible.Plaid ErrorIf account data not in response from provider.400
Key Not Present In ResponseNo bank account for user {user_handle} with name {account_nickname} foundNo bank account is found.Please ensure that the correct bank account was linked.404
BALANCE_REQUEST_EXCEEDED _TIME_THRESHOLDA current balance was not returned by {provider} within the threshold of {threshold}.MX Error: Balance request to MX times out.See MX's docs for information about their errors or contact MX.408
UNSUPPORTED_BALANCE _HISTORY_CACHEA cached balance in the database is not of a supported type and cannot be correctly processed. Investigate balance_history.id: {balance_history_id}An unknown provider_response_type was found in the balance cache500
PROVIDER_TIMEOUT_ERRORPlaid has failed to respond within {timeout} seconds.Plaid Error: Mocked error is provider-timeout.Please see https://status.plaid.com/ or contact Plaid.504
PROVIDER_TIMEOUT_ERRORMX service provider timeout while getting account balanceMX Error: MX times out while getting account balance.See MX's docs for information about their errors or contact MX.504
PROVIDER_TIMEOUT_ERRORPlaid has failed to respond within the expected timeframe.Plaid Error: Plaid times out while getting account balance.Please see https://status.plaid.com/ or contact Plaid.504