Answer the question
In order to leave comments, you need to log in
How to receive new payments via qiwi api?
Hi all!
received the last 10 payments in QIWI:
s = requests.Session()
s.headers['authorization'] = 'Bearer ' + api_access_token
parameters = {'rows': '10'}
h = s.get('https://edge.qiwi.com/payment-history/v1/persons/'+my_login+'/payments', params = parameters)
Answer the question
In order to leave comments, you need to log in
how to make it so that when a new payment appears, you can get data from it?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question