# Payment Form Appearance

To change the appearance of the payment form, add additional parameters to the main payment parameters:

|                        | **Value**   | **Description**                                                                                                                                                                                                                                                              |
| ---------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **hideHint**           | true, false | It hides the tooltip to the phone number                                                                                                                                                                                                                                     |
| **hideBackUrl**        | true, false | It hides the return address of the merchant's store                                                                                                                                                                                                                          |
| **hideOrderCost**      | true, false | It hides the original price of the product/service (the total price including commission will remain)                                                                                                                                                                        |
| **hideMenu**           | true, false | It hides the menu with the payment method options                                                                                                                                                                                                                            |
| **hideOtherMethods**   | true, false | It hides the window for selecting other payment methods                                                                                                                                                                                                                      |
| **hideOtherPSMethods** | true, false | It hides the window for selecting other payment methods, except those related to this payment method (for mobile payment, it still will be possible to select among operators; for payment with cards, it still will be possible to select among different card types, etc.) |


---

# 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/en/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.
