SimpleQIWI icon indicating copy to clipboard operation
SimpleQIWI copied to clipboard

Access denied

Open vilmer22 opened this issue 7 years ago • 2 comments

i install all , and when i am trying write print(api.balance)

print(api.balance) Traceback (most recent call last): File "", line 1, in File "C:\Python27\lib\site-packages\SimpleQIWI\Session.py", line 80, in balanc e balances = self.full_balance File "C:\Python27\lib\site-packages\SimpleQIWI\Session.py", line 70, in full_b alance return self._get_balance() File "C:\Python27\lib\site-packages\SimpleQIWI\Session.py", line 131, in get balance raise QIWIAPIError(json) SimpleQIWI.Errors.QIWIAPIError: {u'errorCode': u'auth.forbidden', u'serviceName' : u'funding-sources', u'userMessage': u'Access denied'}

please help , what does it mean? (i did it with cmd and run as administrator)

vilmer22 avatar Jun 17 '18 07:06 vilmer22

maybe broken api key (auth failed)

ghost avatar Sep 22 '19 16:09 ghost

If shows balance but can't show payment history or something like, then you entered your number wrong. If even balance doesn't show, so you entered api code wrong

softskate avatar Jul 02 '21 16:07 softskate