-
Just starting out with the python Plaid API, but I noticed that there was no `client.Balances.get()` call in the API.
Checking around I found that the class is in `api/accounts.py`, but it isn't in…
jmcta updated
3 years ago
-
# The problem
In the Lates version, I noticed the issue where on the Android, upon Success Linking I'll get a callback on the onSuccess method, but on the iOS onExit with onSuccess data.
Here is…
-
The Plaid [API docs](https://plaid.com/docs/api/products/#investmentsholdingsget) state that the field `security.type` is not nullable, however, the type definitions have it as `type: string | null;`
…
-
Hey @viceroypenguin, great work!
While poking around I mistakenly removed a character from a non required property while trying to create a link token, which haven't returned "UNKNOWN_FIELDS" or "…
-
# THE PROBLEM
For this scenario I am using sandbox.
When I include `liabilities` in the product array when creating a new link token, I get the following error `none of your accounts are liability …
cvlos updated
3 years ago
-
Hi, some of the properties are structured incorrectly. For example, there is no "Identity" in the response. Instead, there is a list of Identities under each Account.
https://plaid.com/docs/#ident…
-
I tried to use this tool (which looks like exactly what I need!), but I couldn't get it to work at all because in my Plaid dashboard I didn't have a `public_key`.
It turns out that as of July 23, 2…
-
The library instantiates a new `HttpClient` instance for every API call:
https://github.com/Ackara/Plaid.NET/blob/1acbd938732f2eaafefde0e7661da33399d497b9/src/Plaid/PlaidClient.cs#L310
This runs c…
-
There's a `getAllTransactions` method, but there isn't an equivalent for investment transactions, although the process would be basically the same. Could a wrapper be made for this one as well?
Som…
-