У меня есть вот такой запрос:
import requests
import sys
data = {
"amount": {
"currency": "RUB",
"value": 100.00
},
"comment": "TET COMMENT",
"expirationDateTime": "2019-12-13T14:30:00+03:00",
"customer": {},
"customFields": {},
}
result = requests.put('
https://api.qiwi.com/partner/bill/v1/bills/893794793973', headers={'Accept': 'application/json', 'Content-Type': 'application/json', 'Authorization': 'Bearer *******************'}, data=data)
print(result.text)
Но возвращается "bad request" код 400. {"serviceName":"invoicing-api","errorCode":"http.message.conversion.failed","description":"Bad request","userMessage":"Bad request","dateTime":"2019-10-16T10:16:14.044+03:00","traceId":"401e9fbc7c3d7dac"}
Почему? Ведь запрос правильный. Кто сталкивался или кто знает в чем проблема помогите пожалуйста.
Запрос беру отсюда -
https://developer.qiwi.com/ru/bill-payments/?shell...