---
title: "Get Card Batches"
method: GET
path: "/card-batches"
tags: ["Card Batch"]
---

# Get Card Batches

`GET /card-batches`

## Query parameters

- `batchNumber` number
- `terminalId` number
- `collect-stats` 'true' | 'false'

## Response `200`

Successful

- CardBatch[] — Array of card batches
  - `id` integer — Id of Card batch
  - `dateCreated` string — Date Card batch is Created
  - `dateUpdated` string — Date Card batch is last updated
  - `dateClosed` string — Date Card Batch is closed
  - `closed` boolean — True if the batch is closed. Else false
  - `terminalId` integer — Id of associated Terminal
  - `batchNumber` integer — Batch Number
  - `netSales` number — Approved sales net refunds and voids
  - `totalSales` number — Gross sales
  - `totalRefunds` number — Gross refunds
  - `totalReversed` number — Voided amount
  - `totalRefundsReversed` number — Amount of voided refunds
  - `countTotal` number — Total number of transactions
  - `countApproved` number — Number of approved transactions
  - `countDeclined` number — Number of declined transactions

## Other responses

- `default` — Failed

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
