plaid/plaid-python

Getting an error when using beta client to retrieve accounts

lemuelbarango opened this issue · 1 comments

code snippet

        response = client.accounts_get(AccountsGetRequest(access_token))

error
ApiTypeError plaid.model_utils in attempt_convert_item
Invalid type for variable 'current'. Required value type is float and passed type was NoneType at ['received_data']['accounts'][2]['balances']['current']

thank you for the report! closing as same issue as #343