-
> Access tokens and Item IDs are the core identifiers that map your users to their financial institutions. Store them securely and associate them with users of your application. Make sure, however, th…
-
This service will bring data from the bank account (one or many) of the user and add the different transactions to the income and expenses of the user account.
In order to achieve this, we will be …
-
- [x] Connect to Plaid using their frontend toolbox
- [x] Link account API call
- [ ] Storage of the item/token details
- [ ] Show that account is linked and connected
-
> Call /institution/get_by_id to check the status / health of an Item's associated institution before making a product endpoint call, and implement retry logic or error handling as necessary if the in…
-
Hello there, I am using plaid in my apps and ran into an issue where plaid link is unable to open bank accounts view on my test iPhone. I am able to open the same view using the web when I use `ionic …
-
### Support guidelines
- [X] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
- [X] My request is not listed as [a very good idea, but unfor…
-
I am getting things set up for the first time and have run into an issue.
I have set up my Plaid account and have production access. After running `node index.js setup`, linking a bank, and proceed…
-
https://github.com/monetr/rest-api/blob/215010cf3d4afc275c919eb79bd6f61dcd1cb21a/pkg/controller/plaid.go#L232-L237
---
###### This issue was generated by [todo](https://todo.jasonet.co) based on a `…
-
I successfully generated link token via CreateLinkTokenRequest.
Now, I am trying to get a public token via CreatePublicTokenRequest, so that i can get an access token via ExchangeTokenRequest.
But, …
-
### NameError - uninitialized constant Plaid::CraCheckReportProduct:
#### Summary
In the ruby backend, Encountering a NameError when attempting to access `Plaid::CraCheckReportProduct` in the Plai…