Plaid Inspector

This page shows the raw, unfiltered data from Plaid's /accounts/get endpoint for every linked institution. Nothing is written to the database here. Kept means the sync loop would save this account; Skipped means the type filter drops it.
No linked Plaid Items found. Link an institution first.
Reading this page
  • Raw Type is exactly what Plaid returned (may be an enum like AccountType.DEPOSITORY).
  • Resolved Type is the string value extracted from the enum. If this shows credit or depository, the account should be kept.
  • If an account shows Kept but In DB: No, there is a commit error during sync - check the app log.
  • If an account shows Skipped, the resolved type is not credit or depository. You can use the type toggle button on the Accounts page after it appears in the DB, or the type filter in the sync code needs updating.
  • If you see an accounts_get failed error, that institution needs to be re-linked.