> For the complete documentation index, see [llms.txt](https://docs.npck.kz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.npck.kz/mezhbankovskaya-mobilnykh-platezhei-msmp/mezhbankovskaya-sistema-mobilnykh-platezhei-msmp/opisanie-struktury-zaprosov/formaty-soobshenii/soobshenie-pacs.028.md).

# Сообщение pacs.028

Сообщение pacs.028 должно соответствовать XSD-схеме сообщения pacs.028.001.05 стандарта ISO20022 и правилам заполнения документа, указанным в таблице ниже. Если поле не отмечено как опциональное, то оно является обязательным.

| №       | Наименование                                                          | XML-тег         | Опциональность                                                                                                                                            | Описание                                                                                                                                                                                                                                                                                                                                                            |
| ------- | --------------------------------------------------------------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0       | Financial Institution to Financial Institution Payment Status Request | FIToFIPmtStsReq | <p><br></p>                                                                                                                                               | Запрос статуса обработки операции                                                                                                                                                                                                                                                                                                                                   |
| 1       | GroupHeader                                                           | GrpHdr          | <p><br></p>                                                                                                                                               | Заголовок сообщения                                                                                                                                                                                                                                                                                                                                                 |
| 1.1     | MessageIdentification                                                 | MsgId           | <p><br></p>                                                                                                                                               | Идентификатор сообщения (формат должен соответствовать описанному в   [Генерация уникальных идентификаторов для сообщений](/mezhbankovskaya-mobilnykh-platezhei-msmp/mezhbankovskaya-sistema-mobilnykh-platezhei-msmp/generaciya-unikalnykh-identifikatorov-dlya-soobshenii.md))                                                                                    |
| 1.2     | CreationDateTime                                                      | CreDtTm         | <p><br></p>                                                                                                                                               | <p>Дата и время создания сообщения.</p><p>Указывается в формате UTC (см. <a data-mention href="/pages/nA5tJTQBCyaP9kOrHlzb">/pages/nA5tJTQBCyaP9kOrHlzb</a>)</p>                                                                                                                                                                                                    |
| 1.3     | InstructingAgent                                                      | InstgAgt        | <p><br></p>                                                                                                                                               | Банк-отправитель данного сообщения                                                                                                                                                                                                                                                                                                                                  |
| 1.3.1   | FinancialInstitutionIdentification                                    | FinInstnId      | <p><br></p>                                                                                                                                               | <p><br></p>                                                                                                                                                                                                                                                                                                                                                         |
| 1.3.1.1 | Name                                                                  | Nm              | <p><br></p>                                                                                                                                               | Идентификатор, присвоенный Банку или финансовой организации Платформой (см. [Получение информации о банках и статусе API](/mezhbankovskaya-mobilnykh-platezhei-msmp/mezhbankovskaya-sistema-mobilnykh-platezhei-msmp/poluchenie-informacii-o-bankakh-i-statuse-api.md))                                                                                             |
| 2       | TransactionInformation                                                | TxInf           | <p><br></p>                                                                                                                                               | <p>Данные запрашиваемой операции.</p><p>Массив, заполняется один элемент массива</p>                                                                                                                                                                                                                                                                                |
| 2.1     | OriginalEndToEndIdentification                                        | OrgnlEndToEndId |                                                                                                                                                           | <p>Сквозной идентификатор для всей цепочки сообщений(формат должен соответствовать описанному в <a href="https://docs.npck.kz/mezhbankovskaya-sistema-perevodov-i-platezhei/generaciya-unikalnykh-identifikatorov-dlya-soobshenii">Генерация уникальных идентификаторов для сообщений</a>).</p><p>Соответствует значению HTTP заголовка end-to-end-id</p>           |
| 2.2     | OriginalTransactionIdentification                                     | OrgnlTxId       | <p><br>Условно обязательный</p><p>(Если сообщение отправляется до <code>pacs.008/004</code> то тег необязательный к заполнению, иначе - обязательный)</p> | <p>Идентификатор транзакции (формат должен соответствовать описанному в  <a data-mention href="/pages/s5MxzFtnHpHNgStDruwy">/pages/s5MxzFtnHpHNgStDruwy</a>).  </p><p>Примечание: Если сообщение отправляется по операции, в рамках которой еще не направлялось сообщение  <code>pacs.008/004</code> , то тег необязательный к заполнению, иначе - обязательный</p> |

<br>


---

# 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.npck.kz/mezhbankovskaya-mobilnykh-platezhei-msmp/mezhbankovskaya-sistema-mobilnykh-platezhei-msmp/opisanie-struktury-zaprosov/formaty-soobshenii/soobshenie-pacs.028.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.
