Skip to content

Handle Plaid Item updates #39

Open
@jplock

Description

@jplock

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions