-
As you can see below, when pulling the sources back it's being filtered by ['object' => 'card']. This means that it will not return bank accounts. The issue with this method is that it is consumed by …
-
https://github.com/ucfinancegroup/pfp/blob/d486356eacd433c0e9db111f2708b60e5925982a/postman/api.yaml#L731-L735
-
I was getting US_BANK_ACCOUNT_NOT_ENABLED but I believe bank support was turned on by braintree for my account (not seeing the error anymore)
I'm getting this error during the plaid step:
`vendo…
-
# The problem
Our team is working on migration to React Native Plaid SDK and we're experiencing a problem on Android. When we launch the plaid flow from Android, there is a brief flash and then the…
-
This might be related to #110 , but is slightly more dangerous.
1) Initialize the Plaid hook.
2) `open` the Plaid flow, then immediately exit without going through the flow.
3) Navigate (SPA) to a …
-
# The problem
In the Plaid.com documentation for setting up an Android client, it says the following in the [Create a PlaidHandler](https://plaid.com/docs/link/android/#create-a-plaidhandler) secti…
-
This just happened even though I did not change any of my code. All I am calling is a fetchbalance().
I did upgrade to the latest ccxt version 1.41.81 but it didn't fix the issue.
```
vmware@ubu…
-
I see Plaid mentioned in a few places throughout the docs, such as here:
https://developers.braintreepayments.com/guides/ach/overview#tokenizing
But I don't see any guide for exactly how it's in…
-
The Transaction object included in the TransactionsGetResponse class version 5.1.5 does not align with the actual JSON response or API documentation version 2019-05-29.
Git: [https://github.com/pla…
-
Possibly I am doing something wrong, but the python quickstart is not working for me. I freshly cloned it and then tried the following:
~/quickstart/python$ pip install -r requirements.txt
Ignori…