> For the complete documentation index, see [llms.txt](https://docs.crystalpay.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crystalpay.io/metody-api/method-metody/izmenenie-nastroek-metoda.md).

# Изменение настроек метода

## Изменение настроек метода

<mark style="color:green;">`POST`</mark> `https://api.crystalpay.io/v3/method/edit/`

**Body**

<table><thead><tr><th>Name</th><th width="100">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>auth_login</code><mark style="color:red;">*</mark></td><td>string</td><td>Логин кассы</td></tr><tr><td><code>auth_secret</code><mark style="color:red;">*</mark></td><td>string</td><td>Секретный ключ кассы</td></tr><tr><td><code>method</code><mark style="color:red;">*</mark></td><td>string</td><td>Внутреннее название метода</td></tr><tr><td><code>enabled</code></td><td>bool</td><td>Включение / выключение метода для входящий платежей - Invoice</td></tr><tr><td><code>extra_commission_percent</code></td><td>number</td><td>Дополнительная комиссия магазина в процентах для входящий платежей - Invoice</td></tr></tbody></table>

<mark style="color:red;">\*</mark> *- обязательные поля*

**Response**

{% tabs %}
{% tab title="JSON" %}

```json
{
    "error": false,
    "errors": []
}
```

{% endtab %}

{% tab title="Описание полей" %}

> Поля отсутствуют
> {% endtab %}
> {% endtabs %}
