diff --git a/modules/ing/api_browser.py b/modules/ing/api_browser.py index 520f6bc54d29152a9a2de637b6e0a0e5bf3253d3..e307df5ff3a8aed3284ca7905df906570e1ffe63 100644 --- a/modules/ing/api_browser.py +++ b/modules/ing/api_browser.py @@ -303,6 +303,8 @@ def get_api_accounts(self): """iter accounts on new website""" self.accounts.stay_or_go() for account in self.page.iter_accounts(): + self.fill_account_iban(account) + # We get life insurance details from the API, not the old website # If the balance is 0, the details page throws an error 500 if account.type == Account.TYPE_LIFE_INSURANCE: