> 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/open-banking/poluchenie-informacii-o-bankovskikh-schetakh-klienta-pilotnyi-proekt.md).

# Получение информации о банковских счетах клиента (пилотный проект)

Общий процесс получения информации о банковском счете клиента включает в себя следующие основные шаги:

1. Инициирование получения информации о банковском счете Клиентом (конечным пользователем) в приложении Пользователя API – Клиент (конечный пользователь) инициирует в приложении Пользователя API получение информации о его банковских счетах. Доступ к данным клиента может быть предоставлен только с его согласия и в рамках оказываемых ему услуг Пользователем API.
2. Аутентификация и регистрация согласия клиента на доступ к его данным – Клиент (конечный пользователь) должен дать согласие на доступ у его данным, поле чего Пользователь API получает токен доступа, используя который может получить сведения о банковском счете клиента.
3. Получение информации о банковском счете Пользователем API – для получения информации о банковском счете используется полученный токен доступа.&#x20;


---

# 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:

```
GET https://docs.npck.kz/open-banking/poluchenie-informacii-o-bankovskikh-schetakh-klienta-pilotnyi-proekt.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.
