Answer the question
In order to leave comments, you need to log in
Why is there an error on the output from qiwi(api-python)?
import pyqiwi
wallet = pyqiwi.Wallet(token='', number='')
print('balance: ',wallet.balance())
payment = wallet.send(pid='22351', recipient='тут ктви карта', amount=2)
example = 'Payment is {0}\nRecipient: {1}\nPayment Sum: {2}'.format(
payment.transaction['state']['code'], payment.fields['account'], payment.sum)
print(example)
Answer the question
In order to leave comments, you need to log in
Firstly, for the convenience of those answering, I recommend that the text be given as text, and not as a screenshot.
Secondly, the error says that the problem is somewhere in the API features, you need to carefully read and see what kind of error QWPRC-1021 is - I suspect the system is blocking the translation, because. identification problem.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question