Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Plaid Item updates #39

Open
jplock opened this issue Jan 16, 2023 · 0 comments
Open

Handle Plaid Item updates #39

jplock opened this issue Jan 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jplock
Copy link
Contributor

jplock commented Jan 16, 2023

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

@jplock jplock self-assigned this Jan 16, 2023
@jplock jplock added the bug Something isn't working label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant