# Форма оплаты

## Получить форму оплаты

<mark style="color:green;">`GET`</mark> `/claim/<claim-uuid>/form/`

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Response**

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

```json
{
    "shop": null,
    "notify": "Обратите внимание - мы не принимаем платежи от юридических лиц. \r\n<br/>Заявки оплаченные от юр. лиц не будут исполнены. \r\n<br/>Пожалуйста, не указывайте НИКАКИХ комментариев при осуществлении перевода средств.",
    "filter": "bank",
    "confirmButton": true,
    "html": "",
    "input": [],
    "extendedStatus": {
        "status": "start",
        "checkLink": null,
        "statuses": {
            "start": "Предварительная",
            "process": "В обработке",
            "paid": "Оплачена",
            "error": "Ошибочная",
            "delete": "Удаленная",
            "success": "Обработанная",
            "refout": "Вывод реферала",
            "refsucc": "Обработанный реферал"
        }
    },
    "claimDetail": {
        "id": 537017,
        "publicId": 711362640,
        "uuid": "57ae4f0f-5793-4251-8c80-cab918253de2",
        "email": "prfure@gmail.com",
        "inPay": 3124.0,
        "toPay": 0.0001,
        "gives": {
            "id": 18,
            "name": "Тинькофф",
            "logoWithBackground": "http://127.0.0.1:8000/media/pslogo/tinkoff-color.svg",
            "logoWhite": "http://127.0.0.1:8000/media/pslogo/tinkoff-white.svg",
            "logoSimple": "http://127.0.0.1:8000/media/pslogo/tinkoff.svg",
            "currency": "rub",
            "filterName": "r"
        },
        "gets": {
            "id": 5,
            "name": "Bitcoin",
            "logoWithBackground": "http://127.0.0.1:8000/media/pslogo/bitcoin-color.svg",
            "logoWhite": "http://127.0.0.1:8000/media/pslogo/bitcoin-white.svg",
            "logoSimple": "http://127.0.0.1:8000/media/pslogo/bitcoin.svg",
            "currency": "btc",
            "filterName": "c"
        },
        "requisites": {
            "to": {
                "wallet": "1234567890987654321234567890"
            },
            "from": {
                "fio": "DD DD",
                "card": "1234567899999666"
            }
        },
        "requisitesExtended": {
            "from": [
                {
                    "name": "",
                    "requisite": "DD DD"
                },
                {
                    "name": "",
                    "requisite": "1234567899999666"
                }
            ],
            "to": [
                {
                    "name": "",
                    "requisite": "1234567890987654321234567890"
                }
            ]
        },
        "status": "start",
        "reason": "",
        "time": "2025-02-26T09:17:47.000522+03:00",
        "transactionLink": "https://blockchair.com/ru/bitcoin/address/1234567890987654321234567890?from=sova",
        "percent": 7.0
    },
    "typeOfForm": "simple",
    "deposit": {
        "status": "expired",
        "requisites": [],
        // html инструкция
        "instruction": null,
        // список верификаций который необходимо пройти
        // бывают [identity, card] or []
        "verification": [
            "identity"
        ],
        "paymentTime": 700,
        "amount": 3124.0,
        "currency": "rub"
    },
    "congestions": null
}
```

{% endtab %}
{% endtabs %}

#### Пример объекта [deposit](/tipy-dannykh/zayavka/rekvizity-oplaty.md)


---

# 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://exchangerretp4lrpg6lp2.mikroservis.one/zayavki/forma-oplaty.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.
