# Acceptance of payment

Smartbot Pro supports the following payment systems:

* Qiwi
* UCassa
* YuMoney
* Telegram Payments
* Prodamus

To receive money from clients, first we will link the necessary payment systems through the "Integration" section

![](/files/GV5BmUv8S5uVsHXozK3k)

Each wallet has its own linking instructions. We do everything step by step - and you're done!

![](/files/aGqOliw3S5aCA9e7KSDy)

![](/files/CAbk8oiaeKFwJHGfzClh)

When your wallet is linked to the bot, all that remains is to set up the issuance of payment buttons for the user.&#x20;

In any scenario, create a "Send message" block and add a button

![](/files/J3YLobXkOwtHGUXInaC4)

Click on the pencil icon to edit the button:

![](/files/nhFqoPlCeNcR2AwkXVA5)

Select the button type "Create payment":

![](/files/XZwX1neEbzMhv4aOvoHH)

After that - just select the desired payment system and our linked wallet:clap:

![](/files/n5eir7X4sD08oy22cBti)

You can add multiple payment buttons at once:

![](/files/9bivVzs3x7Mc1QCx7PYR)

Not difficult at all, right?&#x20;

Now you are ready to accept payments from customers! :thumbsup:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smartbotpro.io/scripts/acceptance-of-payment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
