# Настройка проекта и прием платежей

После модерации вы можете подключить прием платежей на своем ресурсе. В Unitpay это можно сделать несколькими способами:

* [С помощью готовых модулей для популярных cms/saas-систем ](https://help.unitpay.ru/modules/cms-modules)
* [form](https://help.unitpay.ru/payments/create-payment-easy)
* [С помощью SDK ](https://help.unitpay.ru/modules/unitpay-sdk)
* [По API](https://help.unitpay.ru/payments/create-payment-easy)&#x20;
* Также вы можете [сгенерировать ссылку на оплату](https://help.unitpay.ru/payments/payment-links) в личном кабинете Unitpay в проекте в разделе «Товары»

Не забудьте:

* в настройках проекта включить необходимые методы оплаты, которые будут необходимы вам на платежной форме;
* указать «[Обработчик платежей](https://help.unitpay.ru/payments/payment-handler)»;

<figure><img src="/files/OMWOZxLq5VbO8L9nzo9S" alt=""><figcaption></figcaption></figure>

* опционально:  добавить ссылку, по которой необходимо будет перенаправлять пользователя в случае успешной / неуспешной оплаты принудительно или по кнопке "Вернуться на сайт магазина"

<figure><img src="/files/Vq9kwxL8HYDYe1FHzTW0" alt=""><figcaption></figcaption></figure>


---

# 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://help.unitpay.ru/unitpay-management/instrukciya-po-interfeisu/nastroika-proekta-i-priem-platezhei.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.
