CallDocumentation Index
Fetch the complete documentation index at: https://docs.platnova.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/transactions to list transactions. Use query params to page, sort, narrow by customer, or export.
Basic request
Pagination
Results are paginated. Use:- page — Page number (0-based). Default
0. - size — Items per page. Default
20.
?page=0&size=50
Filtering and sorting
- customer_id — Restrict to one customer (UUID).
- sort — Sort field and direction (e.g. newest first).
- filters — Filter expression for type, status, date range, etc. See the List transactions reference for the exact filter format.
Export
Pass the export query parameter to get results as CSV instead of JSON.Response shape
The response wraps everything indata:
- data.items — Array of transactions (id, ref, amount, fee, type, status, entry, message, created_at, plus wallet and payment_transfer when relevant).
- data.page, data.size, data.max_page, data.total_pages, data.total, data.last, data.first, data.visible — Pagination info.
Next
- Generate a receipt for a transaction by ID.
- List transactions in the API reference for full request/response details.

