> For the complete documentation index, see [llms.txt](https://docs.merchant.alb.ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merchant.alb.ua/dovidniki/instrukciya-zvirki-po-reyestram/opis-poliv-v-reyestrakh.md).

# Опис полів в реєстрах

<table><thead><tr><th width="178">Назва </th><th width="193">Параметр</th><th>Опис</th><th>Приклад </th></tr></thead><tbody><tr><td>ID мерчанта AllianceEcom</td><td>merchantAliasId</td><td>Внутрішній ідентифікатор мерчанта </td><td>AE011111</td></tr><tr><td>PGI референс-номер</td><td>Внутрішній ідентифікатор операції.</td><td>Id транзаціїї в ПЦ</td><td>XAPI/0000111hkmyQaRi6hfWWWZAbbNZWWWPF</td></tr><tr><td>Дата операції</td><td>processingDateTime</td><td>Дата та час, коли операція була оброблена системою.</td><td>14.01.2025 22:23:00</td></tr><tr><td>Сума операції</td><td>coinAmount</td><td>Сума платежу в копійках (або сума платежу в мінорних одиницях)</td><td>300</td></tr><tr><td>Сума комісії</td><td>merchantCommission</td><td>-</td><td>3 або 13.83</td></tr><tr><td>Тип карти відправника</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Номер карти відправника</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Тип карти отримувача</td><td>paymentSystem</td><td>Вказує на платіжну систему, до якої належить картка отримувача</td><td>MasterCard або VISA </td></tr><tr><td>Номер карти отримувача</td><td>cardNumberMask</td><td>Маскований номер картки отримувача</td><td>523244#####6428</td></tr><tr><td>Код авторизації</td><td>approvalCode</td><td>Унікальний код, який генерується банком-еквайром для підтвердження успішної авторизації транзакції.</td><td>68011</td></tr><tr><td>RRN</td><td>rrn</td><td>Ідентифікатор  транзакції в МПС</td><td>501421000111</td></tr><tr><td>Статус операції</td><td>status</td><td>Статус транзакціі</td><td>Успішна</td></tr><tr><td>Назва контрагента</td><td>-</td><td>Повна назва юридичної або фізичної особи, яка виступає стороною у фінансовій операції.</td><td>-</td></tr><tr><td>ЄДРПОУ контрагента</td><td>-</td><td>Ідентифікаційний код юридичної особи в ЄДРПОУ, який використовується для ідентифікації контрагента.</td><td>-</td></tr><tr><td>Валюта</td><td>currency</td><td>Валюта платежу</td><td>980</td></tr><tr><td>STAN</td><td>STAN</td><td>Унікальний ідентифікаційний номер транзакції, який використовується для її відстеження в системі обробки платежів.<br>(System Trace Audit Number)</td><td>8067033111</td></tr><tr><td>Номер замовлення</td><td>operationId</td><td>Id транзакціі</td><td>1736886197752hTsvMV1111-1</td></tr><tr><td>Мерчант комент</td><td>merchantComment</td><td>Додаткова інформація\коментар мерчанта по замовленню</td><td>1712822901491QtPAxAWOrrg , 1258728c1 , alb</td></tr><tr><td>Призначення</td><td>purpose</td><td>Призначення платежу, яке заповнює мерчант </td><td>оплата товару та послуг</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.merchant.alb.ua/dovidniki/instrukciya-zvirki-po-reyestram/opis-poliv-v-reyestrakh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
