---
title: "Transactions Totals"
method: GET
path: "/v2/reports/transactions/totals"
tags: ["Reports"]
---

# Transactions Totals

`GET /v2/reports/transactions/totals`

Fetch and return a summary of the transaction totals for the specified merchant.

## Query parameters

- `merchantId` string
- `dateBegin` string
- `dateEnd` string
- `timezone` string

## Headers

- `authorization` string, required
- `Accept` string

## Response `200`

Success - Totals Generated or Business Error

- union
  - TransactionTotals
    - `chargeTotal` string — Payment total
    - `tipTotal` string — Tips total
    - `feeTotal` string — Fee total
    - `rewardsTotal` string — Rewards total
    - `payoutsTotal` string — Payout payment total
    - `refundsTotal` string — Refund total
    - `netTotal` string — Net total of above fields
    - `returns` object — ACH returns object
      - `payoutReturnsTotal` string — Payout returns total
  - 200failure
    - `error` object
      - `code` string
      - `message` string
      - `help` string — Support contact information

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/versions/4700c4ceeaad/schema)
