You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When item credentials need updating, Plaid sends webhooks that look like:
{
"environment": "sandbox",
"error": {
"error_code": "ITEM_LOGIN_REQUIRED",
"error_message": "the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state",
"error_type": "ITEM_ERROR",
"status": 400
},
"item_id": "p3LELdGW4GFPEnwMR6N3IaorEJbDq9CLblzno",
"webhook_code": "ERROR",
"webhook_type": "ITEM"
}
which are currently not processed
The text was updated successfully, but these errors were encountered:
When item credentials need updating, Plaid sends webhooks that look like:
which are currently not processed
The text was updated successfully, but these errors were encountered: