Reports
General ledger
A chronologically-sorted ledger of every revenue, payment, refund and revenue-reversal event at a site over the requested period. Use this for end-to-end financial reconciliation; for voucher-specific reconciliation see /shop/reports/voucher-ledger-detailed.
get/shop/reports/general-ledger
Query parameters
site_idstring uuid required
The site to compute the voucher ledger for.
date_fromstring date required
Example:2026-06-01
Start of the date range covered by the ledger.
date_tostring date required
Example:2026-06-30
End of the date range covered by the ledger.
Response
The ledger was successfully generated.
Example response
[
{
"description": "Card payment"
}
]