plaid-node
plaid-node copied to clipboard
Node bindings for Plaid
Importing plaid-node in a typescript environment that has `noImplicitOverride` rule (pretty common), fails on building with plaid-node, since `RequiredError` in base.ts is overriding `name` without an `override` modifier
When receiving a 400 error, using the Plaid client, the error thrown will contain the PLAID-SECRET key. Since it's a common practice to log an error object, this will often...
Has anyone had any luck using this in AWS Lambda? Per the title, I'm assuming the endpoints are IPv6 which Lambda does not support for outbound calls. Any tricks? Or...
From the documentation > **In the first call** to [/transactions/sync](https://plaid.com/docs/api/products/transactions/#transactionssync) for an Item, the endpoint will return **all historical transactions** data associated with that Item up until the time of...
In prior version of the Plaid SDK, the `JWTHeader` interface included properties like `kid` which are required for [webhook verification](https://plaid.com/docs/api/webhooks/webhook-verification/#example-implementation). Now the `JWTHeader` definition only includes a single `id` property...
We are using [Plaid's Flutter SDK](https://github.com/jorgefspereira/plaid_flutter) and we noticed that the onExit method was not being called. Initially we submitted an [issue](https://github.com/plaid/plaid-node/issues/new) on that repo but the author [@jorgefspereira](https://github.com/jorgefspereira) [pointed](https://github.com/jorgefspereira/plaid_flutter/issues/134#issuecomment-2402612075)...
I used to be able to pass in institution_id to my create link flow and skip the institution selection step making the flow a much better UX for users trying...
I am currently using `react-plaid-link` embedded in an application. I am utilizing the onEvent function to check meta-data and capture metrics about our users interactions. However I noticed that when...
I notice that the repo latest version in Github is 9.2.0, updated in Sep, 2021. The change log says the latest version is 36.0.0. Obviously, changelog was updated last month,...
Updates OpenAPI to version 2020-09-14_1.617.1