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 4002{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.
1http code 4002{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}