# 33. Оплата налога

[**https://my.payanyway.ru/npdapi/paytax**](https://my.payanyway.ru/npdapi/paytax)

Принимаемые параметры:

* phone - строка - телефон  самозанятого,
* transaction - внешний идентификатор транзакции
* amount - сумма с десятичным разделителем - точка,
* code - СМС платежный пароль (перед вызовом нужно получить),
* description - описание операции в системе Монета,

Далее реквизиты платежа из метода getaccrualsanddebts:

* Recipient
* RecipientInn
* DocumentIndex
* FullName
* Inn
* RecipientAccountNumber
* RecipientBankBik
* RecipientBankName
* RecipientBankAccountNumber
* RecipientKpp
* Kbk
* Oktmo
* DocumentIndex

&#x20;Подпись запроса:

* signature - подпись запроса (строка, до 32-х символов): md5(amount + phone + RecipientAccountNumber + RecipientBankAccountNumber + RecipientBankBik + secret\_key)

Ответ на запрос:

* success - содержит ID операции в Системе МОНЕТА.РУ.

Либо ошибка.<br>


---

# 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.payanyway.ru/marketplace/samozanyatye/zaprosy-dlya-raboty-s-fns/20.-oplata-naloga.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.
