> For the complete documentation index, see [llms.txt](https://alfabit.gitbook.io/alfabit-pay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alfabit.gitbook.io/alfabit-pay/changelog.md).

# Changelog

## 16-04-2025

Добавлен новый эндпоинт [`GET /api/orders/v2`](https://pay.alfabit.org/api/integration#/api/ApiOrderController_getOrders2), предназначенный для повышения эффективности при получении списка заказов. \
В новой версии реализован оптимизированный механизм работы с данными, а также добавлена поддержка типизированного поиска через параметр `searchType` (query, string), доступные значения: `byComments`, `byMerchantDetails`, `byOrderDetails`.\
Данный эндпоинт является **рекомендуемой заменой предыдущей версии** [`GET /api/orders`](https://pay.alfabit.org/api/integration#/api/ApiOrderController_getOrders), оба варианта на данный момент работают параллельно. Переход на v2 рекомендуется, так как в дальнейшем первая версия будет выведена из эксплуатации.

## 07-04-2025

Добавлена техническая информация о Callback URL и актуализированы данные по доверенным IP-адресам AlfaBit

## 13-11-2024

Добавлены новые методы API для вывода фиатных средств. Ознакомиться с описанием и примерами можно по ссылке: [Вывод фиата – Руководство по интеграции](https://alfabit.gitbook.io/alfabit-pay/rukovodstvo-po-integracii/vyvod-sredstv/vyvod-fiata)

## 06-09-2024

Добавлены новые методы API:

* Вывод с обменом ([withdraw-with-exchange](https://alfabit.gitbook.io/alfabit-pay/rukovodstvo-po-integracii/vyvod-sredstv#vyvod-s-avtokonvertaciei-withdraw-with-exchange))
* Конвертация и перевод средств между различными сетями ([currency-to-currency](https://alfabit.gitbook.io/alfabit-pay/rukovodstvo-po-integracii/konvertaciya-i-perevod-sredstv-mezhdu-razlichnymi-setyami-most))


---

# 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://alfabit.gitbook.io/alfabit-pay/changelog.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.
