-
**Describe the bug**
As of [1.11.1](https://github.com/astahmer/openapi-zod-client/releases/tag/openapi-zod-client%401.11.1), the following command produces an enum that does not work with zod.
``…
-
I attempted to set up the local development environment for the Midday project, but it seems the documentation isn't fully updated. Some steps, particularly those related to environment variables, are…
-
It appears the POST URL to exchange a public_token for an access_token has been changed in the API from **/exchange_token** to **/item/public_token/exchange**
https://plaid.com/docs/api/#exchange-t…
-
Plaid is an easy to use API for accessing bank account information securely. It would be awesome if this application integrated with it to automatically import transactions from bank accounts.
-
Hi Evan,
I attempted to follow along with what you've shared here. When I get to the link step I cannot get it to work. Here's the start of the output in terminal that I see:
``` (gsheets-plaid) ton…
-
*Please do not include your API `secret` or `public_key` in any issue.*
---
### A detailed description of the steps to reproduce the issue
When going through the linking process and then verifying …
-
When using ```CreateLinkToken``` with the ```AccountFilters``` option of the ```CreateLinkTokenRequest``` class, it doesn't appear to properly relay the request to Plaid. It would appear the request i…
-
```
(ns dustin.y2021.hello_node_repl
(:require [hyperfiddle.rcf :as rcf :refer [tests ! %]]
["plaid" :as plaid-api]))
(hyperfiddle.rcf/set-timeout! 100)
(tests
hyperfiddle.rcf/…
-
# The problem
I have StrictMode enabled, and I noticed this in my logs:
```
2021-04-29 13:33:06.127 D/StrictMode: StrictMode policy violation; ~duration=93 ms: android.os.strictmode.NetworkVio…
-
Hi,
I'm facing issue as apple will stop accepting submissions of apps that use uiwebview apis in react native. This is due to in react-native-plaid-link used the react-native-webview package. upto …