sales, payments and cash-movements are documented
The three cursor endpoints have existed for years and had never appeared in any documentation
Updated on 2026-08-16For: Developers
GET /api/v1.0/sales, GET /api/v1.0/payments and GET /api/v1.0/cash-movements are
documented for the first time, with full reference, runnable samples and recipes
that use them together.
All three have been running in production for years. What was missing was the documentation: until now the only way to learn about them was someone emailing you an example.
If your integration only uses TransactionDetailReport, they are worth a look:
- They paginate by cursor, which is safer while data moves underneath you.
- They return up to 500 records per call.
- They have no 12 calls per minute limit.
- They model the business directly: a sale, its payments, and the register it happened in.
Continue with Accounting reconciliation.
The API did not change: these endpoints were always there.