RO
Size: a a a
RO
QP
JL
s = requests.Session()
s.headers['authorization'] = 'Bearer ' + QIWI_TOKEN
parameters = {'rows': '1'}
h = s.get('https://edge.qiwi.com/payment-history/v1/persons/'+ QIWI_ACCOUNT +'/payments', params = parameters)
req = json.loads(h.text)
chek1 = req.get('status')
JL
ф[
JL
JL
JL
RO
I
JL
RO
JL
RO
JL
RO
RO
JL
T