Errors 
=======

#### A comprehensive breakdown of all Plaid error codes 

#### Most common errors 

The following are the most common errors that may occur in response to an API call even if your implementation is correct. This list of common errors excludes Item errors that occur only during the Link flow (typically due to bad data entry by the end user), such as [INVALID\_CREDENTIALS](https://plaid.com/docs/errors/item/index.html.md#invalid_credentials) , and errors that can occur only due to sending invalid input, such as [INVALID\_FIELD](https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_field) . It is recommended that your integration should, at minimum, handle each of the errors below that are applicable to your product and/or integration mode.

In the table below, "institution-based products" refers to any product or integration that connects to a bank or other financial institution (i.e., most Plaid products); it excludes products such as Identity Verification, Monitor, Enrich, and Document Income that do not involve making a connection to a financial institution.

| Error | Applies to | Summary |
| --- | --- | --- |
| [ITEM\_LOGIN\_REQUIRED](https://plaid.com/docs/errors/item/index.html.md#item_login_required) | All institution-based products | Item has expired credentials or consent |
| [PRODUCT\_NOT\_READY](https://plaid.com/docs/errors/item/index.html.md#product_not_ready) | Signal, Assets, Income, Check, Auth, [/transactions/get](https://plaid.com/docs/api/products/transactions/index.html.md#transactionsget) | Plaid hasn't finished obtaining the data needed to fulfill your request |
| [PRODUCTS\_NOT\_SUPPORTED](https://plaid.com/docs/errors/item/index.html.md#products_not_supported) | All institution-based products | The product endpoint isn't compatible with this Item |
| [TRANSACTIONS\_SYNC\_MUTATION\_DURING\_PAGINATION](https://plaid.com/docs/errors/transactions/index.html.md#transactions_sync_mutation_during_pagination) | [/transactions/sync](https://plaid.com/docs/api/products/transactions/index.html.md#transactionssync) | An update was received during Transactions pagination |
| [NO\_ACCOUNTS](https://plaid.com/docs/errors/item/index.html.md#no_accounts) | All institution-based products | Couldn't find any open accounts |
| [NO\_AUTH\_ACCOUNTS](https://plaid.com/docs/errors/item/index.html.md#no_auth_accounts-or-no-depository-accounts) | Auth | Couldn't find any debitable checking, savings, or cash management accounts |
| [NO\_LIABILITY\_ACCOUNTS](https://plaid.com/docs/errors/item/index.html.md#no_liability_accounts) | Liabilities | Couldn't find any credit accounts |
| [NO\_INVESTMENT\_ACCOUNTS](https://plaid.com/docs/errors/item/index.html.md#no_investment_accounts) | Investments | Couldn't find any investment accounts |
| [ACCESS\_NOT\_GRANTED](https://plaid.com/docs/errors/item/index.html.md#access_not_granted) | All institution-based products | The end user didn't grant an OAuth permission required for your request |
| [ADDITIONAL\_CONSENT\_REQUIRED](https://plaid.com/docs/errors/invalid-input/index.html.md#additional_consent_required) | Integrations in the US or Canada that [add products to Items after Link](https://plaid.com/docs/link/initializing-products/index.html.md#adding-products-post-link) | The end user didn't grant a data scope required for your request |
| [INSTITUTION\_NOT\_RESPONDING](https://plaid.com/docs/errors/institution/index.html.md#institution_not_responding) | All institution-based products | Temporary financial institution connectivity outage |
| [INSTITUTION\_DOWN](https://plaid.com/docs/errors/institution/index.html.md#institution_down) | All institution-based products | Temporary financial institution connectivity outage |
| [RATE\_LIMIT\_EXCEEDED](https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md) | Applications that batch-process Plaid API calls or have heavy traffic spikes | Too many requests made too quickly, or API usage caps hit |
| [INTERNAL\_SERVER\_ERROR](https://plaid.com/docs/errors/api/index.html.md#internal_server_error-or-plaid-internal-error) | All products | Internal error or financial institution error not otherwise specified |

#### Errors overview 

<table class="Container_table__lxQDD"><tbody><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Item errors</div><div class="Row_subtitle___H7Hz">Occur when an Item may be invalid or not supported on Plaid's platform.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#access_not_granted">ACCESS_NOT_GRANTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#instant_match_failed">INSTANT_MATCH_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#insufficient_credentials">INSUFFICIENT_CREDENTIALS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_credentials">INVALID_CREDENTIALS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_mfa">INVALID_MFA</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_otp">INVALID_OTP</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_phone_number">INVALID_PHONE_NUMBER</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_send_method">INVALID_SEND_METHOD</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#invalid_updated_username">INVALID_UPDATED_USERNAME</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#item_concurrently_deleted">ITEM_CONCURRENTLY_DELETED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#item_locked">ITEM_LOCKED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#item_login_required">ITEM_LOGIN_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#item_not_found">ITEM_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#item_not_supported">ITEM_NOT_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#manual_verification_required">MANUAL_VERIFICATION_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#mfa_not_supported">MFA_NOT_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#no_accounts">NO_ACCOUNTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#no_auth_accounts-or-no-depository-accounts">NO_AUTH_ACCOUNTS </a></span><span class="ContentItem_description__B_3UE">or no-depository-accounts</span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#no_investment_accounts">NO_INVESTMENT_ACCOUNTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#no_investment_auth_accounts">NO_INVESTMENT_AUTH_ACCOUNTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#no_liability_accounts">NO_LIABILITY_ACCOUNTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#password_reset_required">PASSWORD_RESET_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#product_not_enabled">PRODUCT_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#product_not_ready">PRODUCT_NOT_READY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#products_not_supported">PRODUCTS_NOT_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#user_input_timeout">USER_INPUT_TIMEOUT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/item/index.html.md#user_setup_required">USER_SETUP_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Institution errors</div><div class="Row_subtitle___H7Hz">Occur when there are errors for the requested financial institution.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_down">INSTITUTION_DOWN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_no_longer_supported">INSTITUTION_NO_LONGER_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_not_available">INSTITUTION_NOT_AVAILABLE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_not_enabled_in_environment">INSTITUTION_NOT_ENABLED_IN_ENVIRONMENT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_not_responding">INSTITUTION_NOT_RESPONDING</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#institution_registration_required">INSTITUTION_REGISTRATION_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#unauthorized_institution">UNAUTHORIZED_INSTITUTION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/institution/index.html.md#unsupported_response">UNSUPPORTED_RESPONSE</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">API errors</div><div class="Row_subtitle___H7Hz">Occur during planned maintenance and in response to API errors.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/api/index.html.md#internal_server_error-or-plaid-internal-error">INTERNAL_SERVER_ERROR </a></span><span class="ContentItem_description__B_3UE">or plaid-internal-error</span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/api/index.html.md#planned_maintenance">PLANNED_MAINTENANCE</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Assets errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Asset endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#product_not_enabled">PRODUCT_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#data_unavailable">DATA_UNAVAILABLE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#product_not_ready">PRODUCT_NOT_READY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#asset_report_generation_failed">ASSET_REPORT_GENERATION_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#invalid_parent">INVALID_PARENT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#insights_not_enabled">INSIGHTS_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#insights_previously_not_enabled">INSIGHTS_PREVIOUSLY_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/assets/index.html.md#data_quality_check_failed">DATA_QUALITY_CHECK_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Payment errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Payment Initiation endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_blocked">PAYMENT_BLOCKED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_cancelled">PAYMENT_CANCELLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_insufficient_funds">PAYMENT_INSUFFICIENT_FUNDS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_invalid_recipient">PAYMENT_INVALID_RECIPIENT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_invalid_reference">PAYMENT_INVALID_REFERENCE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_invalid_schedule">PAYMENT_INVALID_SCHEDULE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_rejected">PAYMENT_REJECTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_scheme_not_supported">PAYMENT_SCHEME_NOT_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_consent_invalid_constraints">PAYMENT_CONSENT_INVALID_CONSTRAINTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/payment/index.html.md#payment_consent_cancelled">PAYMENT_CONSENT_CANCELLED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Virtual Account errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Virtual Account endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_insufficient_funds">TRANSACTION_INSUFFICIENT_FUNDS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_amount_exceeded">TRANSACTION_AMOUNT_EXCEEDED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_on_same_account">TRANSACTION_ON_SAME_ACCOUNT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_currency_mismatch">TRANSACTION_CURRENCY_MISMATCH</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_iban_invalid">TRANSACTION_IBAN_INVALID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_bacs_invalid">TRANSACTION_BACS_INVALID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_fast_pay_disabled">TRANSACTION_FAST_PAY_DISABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#transaction_execution_failed">TRANSACTION_EXECUTION_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#nonidentical_request">NONIDENTICAL_REQUEST</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/virtual-account/index.html.md#request_conflict">REQUEST_CONFLICT</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Transactions errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Transactions endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transactions/index.html.md#transactions_sync_mutation_during_pagination">TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Transfer errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Transfer endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_network_limit_exceeded">TRANSFER_NETWORK_LIMIT_EXCEEDED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_account_blocked">TRANSFER_ACCOUNT_BLOCKED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_not_cancellable">TRANSFER_NOT_CANCELLABLE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_unsupported_account_type">TRANSFER_UNSUPPORTED_ACCOUNT_TYPE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_forbidden_ach_class">TRANSFER_FORBIDDEN_ACH_CLASS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_ui_unauthorized">TRANSFER_UI_UNAUTHORIZED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#transfer_originator_not_found">TRANSFER_ORIGINATOR_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#incomplete_customer_onboarding">INCOMPLETE_CUSTOMER_ONBOARDING</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/transfer/index.html.md#unauthorized_access">UNAUTHORIZED_ACCESS</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Signal errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Signal endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#addendum_not_signed">ADDENDUM_NOT_SIGNED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#client_transaction_id_already_in_use">CLIENT_TRANSACTION_ID_ALREADY_IN_USE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#invalid_configuration_state">INVALID_CONFIGURATION_STATE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#not_enabled_for_signal_transaction_score_rulesets">NOT_ENABLED_FOR_SIGNAL_TRANSACTION_SCORE_RULESETS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#ruleset_not_found">RULESET_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/signal/index.html.md#signal_transaction_not_initiated">SIGNAL_TRANSACTION_NOT_INITIATED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Income errors</div><div class="Row_subtitle___H7Hz">Occur for errors related to Income endpoints.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#income_verification_document_not_found">INCOME_VERIFICATION_DOCUMENT_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#income_verification_failed">INCOME_VERIFICATION_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#income_verification_not_found">INCOME_VERIFICATION_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#income_verification_upload_error">INCOME_VERIFICATION_UPLOAD_ERROR</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#product_not_enabled">PRODUCT_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#product_not_ready">PRODUCT_NOT_READY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#verification_status_pending_approval">VERIFICATION_STATUS_PENDING_APPROVAL</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/income/index.html.md#employment_not_found">EMPLOYMENT_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Sandbox errors</div><div class="Row_subtitle___H7Hz">Occur when invalid parameters are supplied in the Sandbox environment.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/sandbox/index.html.md#sandbox_product_not_enabled">SANDBOX_PRODUCT_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/sandbox/index.html.md#sandbox_webhook_invalid">SANDBOX_WEBHOOK_INVALID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/sandbox/index.html.md#sandbox_transfer_event_transition_invalid">SANDBOX_TRANSFER_EVENT_TRANSITION_INVALID</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Invalid Request errors</div><div class="Row_subtitle___H7Hz">Occur when a request is malformed and cannot be processed.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#missing_fields">MISSING_FIELDS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#unknown_fields">UNKNOWN_FIELDS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_field">INVALID_FIELD</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_configuration">INVALID_CONFIGURATION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#incompatible_api_version">INCOMPATIBLE_API_VERSION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_body">INVALID_BODY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_headers">INVALID_HEADERS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#not_found">NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#no_longer_available">NO_LONGER_AVAILABLE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#sandbox_only">SANDBOX_ONLY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-request/index.html.md#invalid_account_number">INVALID_ACCOUNT_NUMBER</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Invalid Input errors</div><div class="Row_subtitle___H7Hz">Occur when all fields are provided, but the values provided are incorrect in some way.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#additional_consent_required">ADDITIONAL_CONSENT_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#direct_integration_not_enabled">DIRECT_INTEGRATION_NOT_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#incorrect_deposit_verification">INCORRECT_DEPOSIT_VERIFICATION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_access_token">INVALID_ACCESS_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_account_id">INVALID_ACCOUNT_ID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_api_keys">INVALID_API_KEYS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_audit_copy_token">INVALID_AUDIT_COPY_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_institution">INVALID_INSTITUTION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_link_customization">INVALID_LINK_CUSTOMIZATION</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_processor_token">INVALID_PROCESSOR_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_product">INVALID_PRODUCT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_public_token">INVALID_PUBLIC_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_link_token">INVALID_LINK_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_stripe_account">INVALID_STRIPE_ACCOUNT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_user_id">INVALID_USER_ID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_user_identity_data">INVALID_USER_IDENTITY_DATA</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_user_token">INVALID_USER_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#invalid_webhook_verification_key_id">INVALID_WEBHOOK_VERIFICATION_KEY_ID</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#profile_access_forbidden">PROFILE_ACCESS_FORBIDDEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#profile_authentication_failed">PROFILE_AUTHENTICATION_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#unauthorized_environment">UNAUTHORIZED_ENVIRONMENT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#unauthorized_route_access">UNAUTHORIZED_ROUTE_ACCESS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#user_permission_revoked">USER_PERMISSION_REVOKED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-input/index.html.md#too_many_verification_attempts">TOO_MANY_VERIFICATION_ATTEMPTS</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Invalid Result errors</div><div class="Row_subtitle___H7Hz">Occur when a request is valid, but the output would be unusable for any supported flow.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/invalid-result/index.html.md#plaid_direct_item_import_returned_invalid_mfa">PLAID_DIRECT_ITEM_IMPORT_RETURNED_INVALID_MFA</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Rate Limit Exceeded errors</div><div class="Row_subtitle___H7Hz">Occur when an excessive number of requests are made in a short period of time.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#accounts_limit">ACCOUNTS_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#accounts_balance_get_limit">ACCOUNTS_BALANCE_GET_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#auth_limit">AUTH_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#balance_limit">BALANCE_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#credits_exhausted">CREDITS_EXHAUSTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#identity_limit">IDENTITY_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#institutions_get_limit">INSTITUTIONS_GET_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#institutions_get_by_id_limit">INSTITUTIONS_GET_BY_ID_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#institution_rate_limit">INSTITUTION_RATE_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#investment_holdings_get_limit">INVESTMENT_HOLDINGS_GET_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#investment_transactions_limit">INVESTMENT_TRANSACTIONS_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#item_get_limit">ITEM_GET_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#rate_limit">RATE_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#transactions_limit">TRANSACTIONS_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#transactions_refresh_limit">TRANSACTIONS_REFRESH_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#transactions_sync_limit">TRANSACTIONS_SYNC_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/rate-limit-exceeded/index.html.md#trial_connection_limit">TRIAL_CONNECTION_LIMIT</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">ReCAPTCHA errors</div><div class="Row_subtitle___H7Hz">Occur when a ReCAPTCHA challenge has been presented or failed during the link process.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/recaptcha/index.html.md#recaptcha_required">RECAPTCHA_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/recaptcha/index.html.md#recaptcha_bad">RECAPTCHA_BAD</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">OAuth errors</div><div class="Row_subtitle___H7Hz">Occur when there is an error in OAuth authentication.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/oauth/index.html.md#incorrect_oauth_nonce">INCORRECT_OAUTH_NONCE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/oauth/index.html.md#incorrect_link_token">INCORRECT_LINK_TOKEN</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/oauth/index.html.md#oauth_state_id_already_processed">OAUTH_STATE_ID_ALREADY_PROCESSED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/oauth/index.html.md#oauth_state_id_not_found">OAUTH_STATE_ID_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Micro-deposits errors</div><div class="Row_subtitle___H7Hz">Occur when there is an error with micro-deposits.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/microdeposits/index.html.md#bank_transfer_account_blocked">BANK_TRANSFER_ACCOUNT_BLOCKED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Partner errors</div><div class="Row_subtitle___H7Hz">Occur when there is an error with creating or managing end customers.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#customer_not_found">CUSTOMER_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#flowdown_not_complete">FLOWDOWN_NOT_COMPLETE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#questionnaire_not_complete">QUESTIONNAIRE_NOT_COMPLETE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#customer_not_ready_for_enablement">CUSTOMER_NOT_READY_FOR_ENABLEMENT</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#customer_already_enabled">CUSTOMER_ALREADY_ENABLED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#customer_already_created">CUSTOMER_ALREADY_CREATED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#logo_required">LOGO_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#invalid_logo">INVALID_LOGO</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#contact_required">CONTACT_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#assets_under_management_required">ASSETS_UNDER_MANAGEMENT_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#customer_removal_not_allowed">CUSTOMER_REMOVAL_NOT_ALLOWED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/partner/index.html.md#oauth_registration_error">OAUTH_REGISTRATION_ERROR</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">Check Report errors</div><div class="Row_subtitle___H7Hz">Occur when there is an error with creating or retrieving a Check Report.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#consumer_report_expired">CONSUMER_REPORT_EXPIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#data_unavailable">DATA_UNAVAILABLE</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#product_not_ready">PRODUCT_NOT_READY</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#institution_transaction_history_not_supported">INSTITUTION_TRANSACTION_HISTORY_NOT_SUPPORTED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#insufficient_transaction_data">INSUFFICIENT_TRANSACTION_DATA</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#no_accounts">NO_ACCOUNTS</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#network_consent_required">NETWORK_CONSENT_REQUIRED</a></span><span class="ContentItem_description__B_3UE"></span></div><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/check-report/index.html.md#data_quality_check_failed">DATA_QUALITY_CHECK_FAILED</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP">User errors</div><div class="Row_subtitle___H7Hz">Occur when there is an error with creating or managing a user.</div></td><td class="Row_contents__Ry_lR"><div class="ContentItem_container__G_uoO"><span class="ContentItem_link__luWpb Error_error__8uGTz"><a href="https://plaid.com/docs/errors/user/index.html.md#user_not_found">USER_NOT_FOUND</a></span><span class="ContentItem_description__B_3UE"></span></div></td></tr><tr class="Row_row__uvTfa"><td class="Row_description__yU4Du"><div class="Row_title__uphRP"></div><div class="Row_subtitle___H7Hz"></div></td><td class="Row_contents__Ry_lR"></td></tr></tbody></table>

#### Error schema 

Errors are identified by `error_code` and categorized by `error_type`. Use these in preference to HTTP status codes to identify and handle specific errors. HTTP status codes are set and provide the broadest categorization of errors: 4xx codes are for developer- or user-related errors, and 5xx codes are for Plaid-related errors, and the status will be 2xx in non-error cases. An Item with a non-`null` error object will only be part of an API response when calling [/item/get](https://plaid.com/docs/api/items/index.html.md#itemget) to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead.

**Properties**

string

A broad categorization of the error. Safe for programmatic use.

Possible values: `INVALID_REQUEST`, `INVALID_RESULT`, `INVALID_INPUT`, `INSTITUTION_ERROR`, `RATE_LIMIT_EXCEEDED`, `API_ERROR`, `ITEM_ERROR`, `ASSET_REPORT_ERROR`, `RECAPTCHA_ERROR`, `OAUTH_ERROR`, `PAYMENT_ERROR`, `BANK_TRANSFER_ERROR`, `INCOME_VERIFICATION_ERROR`, `MICRODEPOSITS_ERROR`, `SANDBOX_ERROR`, `PARTNER_ERROR`, `SIGNAL_ERROR`, `TRANSACTIONS_ERROR`, `TRANSACTION_ERROR`, `TRANSFER_ERROR`, `CHECK_REPORT_ERROR`, `CONSUMER_REPORT_ERROR`, `USER_ERROR`

string

The particular error code. Safe for programmatic use.

string

The specific reason for the error code. Currently, reasons are only supported OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use.

Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated.

`OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired.

`OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection.

string

A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.

string

A user-friendly representation of the error code. `null` if the error is not related to user action.

This may change over time and is not safe for programmatic use.

string

A unique ID identifying the request, to be used for troubleshooting purposes. This field will be omitted in errors provided by webhooks.

array

In this product, a request can pertain to more than one Item. If an error is returned for such a request, `causes` will return an array of errors containing a breakdown of these errors on the individual Item level, if any can be identified.

`causes` will be provided for the `error_type` `ASSET_REPORT_ERROR` or `CHECK_REPORT_ERROR`. `causes` will also not be populated inside an error nested within a `warning` object.

integer

The HTTP status code associated with the error. This will only be returned in the response body when the error information is provided via a webhook.

string

The URL of a Plaid documentation page with more information about the error

string

Suggested steps for resolving the error

\[string\]

A list of the account subtypes that were requested via the `account_filters` parameter in `/link/token/create`. Currently only populated for `NO_ACCOUNTS` errors from Items with `investments_auth` as an enabled product.

\[string\]

A list of the account subtypes that were extracted but did not match the requested subtypes via the `account_filters` parameter in `/link/token/create`. Currently only populated for `NO_ACCOUNTS` errors from Items with `investments_auth` as an enabled product.