madhat2r / plaid2text

Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.
GNU General Public License v3.0
89 stars 19 forks source link

Error: max number of additions on first account #15

Closed philipsd6 closed 7 years ago

philipsd6 commented 7 years ago

I followed the instructions to set up my Plaid account, and got my developer client_id and secret. (My ~/.config/plaid2text/config file contains them after my first run.) Then I followed the steps to add my first account (details anonymized)

$ plaid2text my_checking --create-account
/home/philipsd6/.local/venvs/beancount/lib/python3.5/site-packages/plaid/client.py:155: UserWarning:
                Tartan is not intended for production usage.
                Swap out url for https://api.plaid.com
                via Client.config before switching to production
  ''')

What bank is this account going to be for?
[...]

Enter Number [q to quit]: <num_of_my_bank>

Enter the required credentials for My Bank

Username (User ID): myusername
Password (Password): ************
You have reached the maximum number of additions. Contact us to raise your limit.
New account my_checking successfully created.

I tried with several different banks with the same results, even with bogus account details. Do I need to upgrade to the Plaid production environment to do this? I didn't think that was necessary for getting started.

philipsd6 commented 7 years ago

Not sure why this needed to be done right off the bat, but Plaid raised my limits on my request.

madhat2r commented 7 years ago

Not sure what was going on there. I never had any issue.

I am glad you have it resolved.