| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Add Account Balances Sheet Feature source code.tar.gz | 2020-01-16 | 4.1 MB | |
| Add Account Balances Sheet Feature source code.zip | 2020-01-16 | 4.1 MB | |
| README.md | 2020-01-16 | 826 Bytes | |
| Totals: 3 Items | 8.2 MB | 0 | |
Account Balances
Mintable v1.2.6 adds an exciting new feature: Account Balances (fixes [#15]).

CREATE_BALANCES_SHEET optionally fetches the balances of all your connected accounts and places them in a sheet called Balances.
If you want to enable this, you can add the following line to your mintable.config.json file:
:::javascript
"CREATE_BALANCES_SHEET": true
The format of this sheet as well as what columns it fetches is configurable via Mintable's settings.
Fixes
Fixes [#35] – we no longer require the Auth endpoint for Plaid accounts (fixes Amex and other banks).