You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Здравствуйте, хочу создать p2p ссылку, но ошибка что токен не правильный, хотя на php модуле qiwi все работает и токен правильный.
glQiwiApi.qiwi.exceptions.QiwiAPIError: Wrong API token or token expired
* 401 HTTP status code
* raw response
Код взял из примера:
async def create_p2p_bill():
async with QiwiP2PClient(secret_p2p=TOKEN) as p2p:
bill = await p2p.create_p2p_bill(amount=1)
print(bill)
asyncio.run(create_p2p_bill())
Windows 10, python 3.10
The text was updated successfully, but these errors were encountered:
Здравствуйте, хочу создать p2p ссылку, но ошибка что токен не правильный, хотя на php модуле qiwi все работает и токен правильный.
glQiwiApi.qiwi.exceptions.QiwiAPIError: Wrong API token or token expired
* 401 HTTP status code
* raw response
Код взял из примера:
Windows 10, python 3.10
The text was updated successfully, but these errors were encountered: