Plaid logo
Docs
ALL DOCS

Errors

  • Overview
  • Item errors
  • Institution errors
  • Transactions errors
  • Transfer errors
  • Income errors
  • Sandbox errors
  • API errors
  • Assets errors
  • Payment errors (UK/EU)
  • Virtual Accounts errors (UK/EU)
  • Check Report errors
  • Invalid Request errors
  • Invalid Input errors
  • Invalid Result errors
  • Rate Limit Exceeded errors
  • Recaptcha errors
  • OAuth errors
  • Microdeposits errors
  • Partner errors
Plaid logo
Docs
Close search modal
Ask Bill!
Ask Bill!
Hi! I'm Bill! You can ask me all about the Plaid API. Try asking questions like:
  • Why is /transactions/sync/ better than /get?
  • What's the difference between an Item and an access token?
  • How do I set up a webhook for IDV?
Note: Bill isn't perfect. He's just a robot platypus that reads our docs for fun. You should treat his answers with the same healthy skepticism you might treat any other answer on the internet. This chat may be logged for quality and training purposes. Please don't send Bill any PII -- he's scared of intimacy. All chats with Bill are subject to Plaid's Privacy Policy.
Plaid.com
Log in
Get API Keys
Open nav

Invalid Result errors

Guide to troubleshooting invalid result errors

LAST_UPDATED_DATETIME_OUT_OF_RANGE

No data is available from the Item within the specified date-time.
Common causes
  • /accounts/balance/get was called with a parameter specifying the minimum acceptable data freshness, but no balance data meeting those requirements was available from the institution.
Troubleshooting steps
1http code 400
2{
3 "error_type": "INVALID_RESULT",
4 "error_code": "LAST_UPDATED_DATETIME_OUT_OF_RANGE",
5 "error_message": "requested datetime out of range, most recently updated balance 2021-01-01T00:00:00Z",
6 "display_message": null,
7 "request_id": "HNTDNrA8F1shFEW"
8}
Was this helpful?

PLAID_DIRECT_ITEM_IMPORT_RETURNED_INVALID_MFA

The Plaid Direct Item import resulted in invalid MFA.
Common causes
  • No known causes.
Troubleshooting steps
1http code 400
2{
3 "error_type": "INVALID_RESULT",
4 "error_code": "PLAID_DIRECT_ITEM_IMPORT_RETURNED_INVALID_MFA",
5 "error_message": "Plaid Direct Item Imports should not result in MFA.",
6 "display_message": null,
7 "request_id": "HNTDNrA8F1shFEW"
8}
Was this helpful?
Developer community
GitHub
GitHub
Stack Overflow
Stack Overflow
YouTube
YouTube
Discord
Discord