kevinschaich / mintable

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

Some banks (e.g. Amex) don't support Plaid Auth access #35

Closed kevinschaich closed 4 years ago

kevinschaich commented 5 years ago

As per Reddit, Amex (& likely others) don't support the Auth endpoint in Plaid. Lo and behold:

https://github.com/kevinschaich/mintable/blob/a273ec04a52ca03a331d29096c2a290de3b69085/src/components/accounts.jsx#L102

we're using this endpoint for both new accounts & updates. I suspect we can probably use the Balance endpoint here instead since we don't need account numbers.

kevinschaich commented 4 years ago

Fixed in https://github.com/kevinschaich/mintable/releases/tag/1.2.6.