# Подключение YooKassa

Для подключения способа оплаты у вас уже должен быть [привязан домен к проекту](/pm/general-settings-1/domain-binding.md).

1. Зарегистрируйте проект в системе YooKassa.
2. После регистрации проекта в системе YooKassa вы получите «**shopId**» и «**Секретный ключ**» магазина (раздел «**Интеграции**» - «**Ключи API**»).
3. На стороне YooKassa укажите следующие настройки в разделе «**Интеграции**» - «**HTTP-уведомления**»:
   * URL для уведомлений - `ваш_домен`**`/api/payments/callback/yoo_kassa`**
   * О каких событиях уведомлять – отметьте только пункт «**payment.succeeded**»
4. Перейдите на платформу, в управление вашим проектом, создайте [новый способ оплаты](/pm/payment_methods.md) используя полученные «**shopId**» и «**Секретный ключ**».

После выполнения данных действий ваш проект должен начать успешно принимать и обрабатывать платежи с помощью YooKassa.

При возникновении проблем, обратитесь в [техподдержку](/contacts.md).


---

# 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://wiki.autodonate.ru/pm/payment_methods/yookassa-guide.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.
