Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-19 | Add support for refreshing plaid login links | Magnus Hagander | |
When an upstream bank or other institution expires a connecion and requires a new login, plaid will start returning 400 errors with code ITEM_LOGIN_REQUIRED. We need to pick that up and allow the user to re-login to re-enable fetching things. | |||
2023-06-18 | Implement support for Plaid banktransactions | Magnus Hagander | |
This module will use the plaid.com service to download bank transaction lists from any supported bank. If available, it will also respond to webhooks sent by plaid whenever transactions show up, but failing that will just poll twice per day. |