diff --git a/fints/client.py b/fints/client.py index ebe8612..fde0a16 100644 --- a/fints/client.py +++ b/fints/client.py @@ -421,6 +421,7 @@ def get_information(self): acc['customer_id'] = upd.customer_id acc['type'] = upd.account_type acc['currency'] = upd.account_currency + acc['extension'] = upd.extension acc['owner_name'] = [] if upd.name_account_owner_1: acc['owner_name'].append(upd.name_account_owner_1)