-
I didn't see an implementation for this, is it possible to add this endpoint to PlaidClient.
https://github.com/viceroypenguin/Going.Plaid/blob/master/src/Plaid/Cra/PlaidClient.cs
https://plai…
-
Plaid is already having their customers integrate with beta API endpoints (e.g. [bank transfers](https://plaid.com/docs/api/products/#bank-transfers-beta)) and are including them in the [plaid python …
-
I am not able to receive payments using Plaid regardless of whether I enter Strip test keys or production keys. This is the error that I'm seeing:
I sent an email to Plaid support and this w…
-
I need to authenticate users' accounts using plaid API in .NET web application. I was struggling to integrate this project in my .NET 4.7 web application but I could not do so. Then I just included th…
-
According to the README, this library is configured for Plaid API version 2019-05-29. The latest Plaid API version is now 2020-09-14. Can you consider supporting this latest version?
-
https://forum.moneymanagerex.org/viewtopic.php?f=8&t=10435
"I learned of MMEX from Portable Apps platform and after using it, I like the GUI and the functionality of the app itself works quite well…
-
The initial goal of maximum-plaid is to provide an efficient and expressive API for d3-shape. As such we would like to implement all the features of d3-shape for easy consumption:
d3-shape features i…
-
After upgrading all our access tokens with the following:
```python
client = Client(client_id=CLIENT_ID, secret=PLAID_API_SECRET, access_token=token)
response = client.upgrade('creditdetails').json…
-
New Plaid accounts can no longer retrieve a public_key. Do you have any plans to update this plugin to authenticate via the new methods?
https://plaid.com/docs/api/tokens/#linktokencreate
I woul…
-
The Plaid link API returns a public token but within the `plaid-ios-link` code it is incorrectly referred to as an access token. This can cause confusion.