This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
BBVA Spain
Martin Schurig edited this page Jan 7, 2019
·
2 revisions
The BBVA Spain dumper supports personal BBVA Spain bank accounts. https://www.bbva.es/
If you need the support of business accounts, please open an issue.
---
ynab:
access_token: # (required) ynab access token
budget_id: # (required) budget_id
cash_account_id: # (optional)
accounts:
- dumper: :bbva
iban: # (required) iban of your bank account
ynab_id: # (required) account id in YNAB (last id in the URL)
username: # (required) your bbva login
password: # (required) your bbva password
The values should be written in quotes. For example password: "!mySuperSecret%Password^374"
.
The field payee
will be populated with N/A
in YNAB because it's currently not possible to get the payee name through the API.
Do you think something is missing or incorrect here? Please open an issue for it to be addressed.