kevinschaich / mintable

🍃 Automate your personal finances – for free, with no ads, and no data collection.
https://kevinschaich.io/mintable/
MIT License
1.53k stars 203 forks source link

Existing Plaid Connections #126

Closed jpartain89 closed 2 years ago

jpartain89 commented 3 years ago

For those of us who have existing plaid developer connections setup, say, through a different self-hosted service that I ended up not liking so i'm trying out your service, and we don't want to use any more of our limited 100 counts of account linking.... How can we utilize those EXISTING setups rather than re-link them and use up more of our slots?

Because, right now, I'm not quite understanding how its linking the plaid connection within the config file or where that ID comes from?

kevinschaich commented 2 years ago

Hey @jpartain89 – you can just add any existing accounts to the accounts block in your mintable.json like so:

    "accounts": {
        "Chase": {
            "id": "Chase",
            "integration": "plaid",
            "token": "access-development-XXXXXXXXX-XXXXXXXXX-XXXXXXX"
        },
    ...
   }