Plaid.NET icon indicating copy to clipboard operation
Plaid.NET copied to clipboard

A .NET standard library for interacting with Plaid's banking APIs.

Results 24 Plaid.NET issues
Sort by recently updated
recently updated
newest added

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...

Adds support for https://plaid.com/docs/api/processors/#processortokencreate With this change this version of the Plaid.NET integration should support processor tokens as well (with exclusion of some stripe-specific behavior?) These changes were originally made...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies
.NET

Is there an example of creating a public token using the receivedRedirectUri from plaid?

How does one achieve creating link token in update mode ? https://plaid.com/docs/link/update-mode/ curl -X POST https://sandbox.plaid.com/link/token/create \ -H 'Content-Type: application/json' \ -d '{ "client_id": "CLIENT_ID", "secret": "SECRET", "client_name": "My App",...

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?

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, I...

Plaid now has an additional processor token endpoint for other integrations besides Stripe. The documentation is [here](https://plaid.com/docs/api/processors/#processortokencreate). Should be a straightforward implementation. I may even take a stab at it.

How can i use this library in asp mvc 5 ?

Apologizes if this is the wrong way to get this answered, but I didn't see this in the readme (or any better way) -- will this code work inside a...