> For the complete documentation index, see [llms.txt](https://wiki.cactuspay.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cactuspay.pro/dobro-pozhalovat/api/sozdanie-spora-po-platezhu.md).

# Создание спора по платежу

<mark style="color:green;">`POST`</mark> <https://lk.cactuspay.pro/client/payment/dispute/create>

#### Параметры body `form-data`

<table><thead><tr><th width="169">Имя</th><th width="121">Тип</th><th>Описание</th></tr></thead><tbody><tr><td>order_id<mark style="color:red;"><code>*</code></mark></td><td>STRING</td><td>Уникальный номер реквизитов</td></tr><tr><td>file<mark style="color:red;"><code>*</code></mark></td><td>FILE</td><td>Чек</td></tr></tbody></table>

Ответ вы получите:

```json
{
    "status": "success"
}
```
