B
B
boda10062021-09-13 22:57:06
Qiwi
boda1006, 2021-09-13 22:57:06

Simple Qiwi library?

How to make sure that when checking a payment in the Simple Qiwi library there is a comment not random characters, but a user id in the bot, and the bot checks the payment with such a comment?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
ScriptKiddo, 2021-09-13
@ScriptKiddo

There is a comment parameter for this.

api = QApi(token=token, phone=phone)
comment = api.bill(price=100, comment=user_id)

P
Python Newbie, 2021-09-20
@Levman5

Here is the documentation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question