---
title: "Get voucher ledger balances as of the given date"
method: GET
path: "/shop/reports/voucher-ledger/summary"
tags: ["VoucherLedger"]
---

# Get voucher ledger balances as of the given date

`GET /shop/reports/voucher-ledger/summary`

Get voucher ledger balances as of the given date.

## Query parameters

- `site_id` string, uuid
- `date` string, date

## Response `200`

A summary of the voucher ledger balances on the given date.

- VoucherLedgerSummaryResponse
  - `data` VoucherLedgerSummary, required
    - `balances` VoucherLedgerBalances, required
      - `voucher` integer, required — The balance of the voucher revenue centre at the date of the report.
      - `voucher_difference` integer, required — The balance of the voucher_difference revenue centre at the date of the report.
      - `voucher_discount` integer, required — The balance of the voucher_discount revenue centre at the date of the report.
      - `voucher_redemption` integer, required — The balance of the voucher_redemption revenue centre at the date of the report.
      - `voided_voucher` integer, required — The balance of the voided_voucher revenue centre at the date of the report.
    - `balance` integer, required — The balance of the voucher ledger at the date of the report.

## Other responses

- `401` — The user is unauthenticated

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
