# Внешний вид формы оплаты

Для изменения внешнего вида формы оплаты добавьте к основным параметрам платежа - дополнительные:

| **hideHint**           | true, false | Скрывает подсказку к номеру телефона                                                                |
| ---------------------- | ----------- | --------------------------------------------------------------------------------------------------- |
| **hideBackUrl**        | true, false | Скрывает обратный адрес магазина продавца                                                           |
| **hideOrderCost**      | true, false | Скрывает изначальную стоимость товара/услуги (итоговая стоимость с учетом комиссии остается)        |
| **hideMenu**           | true, false | Скрывает меню с выбором способов оплаты                                                             |
| **hideOtherMethods**   | true, false | Скрывает окно выбора других способов оплаты                                                         |
| **hideOtherPSMethods** | true, false | Скрывает окно выбора других способов оплаты, за исключением относящихся к данному платежному методу |


---

# 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/book-of-reference/payment-form.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.
