Поиск транзакций (публичный API)
wata_acq_transactions_findFind terminal transactions by status, currency, amount, and creation time. Retrieve next pages by passing nextCursorId, nextCursorAmount, and nextCursorDate from the previous response.
Instructions
Ищет транзакции терминала. Пагинация КУРСОРНАЯ: для следующей страницы передайте cursorId и cursorAmount из полей nextCursorId и nextCursorAmount предыдущего ответа.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | No | ||
| sorting | No | amount или creationTime, суффикс desc | |
| amountTo | No | ||
| cursorId | No | nextCursorId из предыдущего ответа | |
| statuses | No | ||
| amountFrom | No | ||
| currencies | No | ||
| cursorDate | No | nextCursorDate из предыдущего ответа | |
| cursorAmount | No | nextCursorAmount из предыдущего ответа | |
| creationTimeTo | No | ISO 8601 | |
| maxResultCount | No | По умолчанию 10 | |
| paymentLinkIds | No | Фильтр по платёжным ссылкам | |
| creationTimeFrom | No | ISO 8601 |